Opening to a specific folder location

  • Thread starter Thread starter fgwiii
  • Start date Start date
F

fgwiii

Hello,

I am attempting to create a macro that amongst other
things opens to a specific file location or even better
yet, can delete a file on a network drive.

Is this possible?

Thanks!

Fred
 
Fred

As far as I know, this is not possible with a macro.

A remote file can be deleted in a VBA procedure, however, using the Kill
statement.
 
Back
Top