Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to copy a file from a network location to a local drive via the
below code, but ever time I go to run the macro I get a "Path not found error" what am I doing wrong? sub CopyOTFile strFileSource = "N:\shared\ENGINEER\ELECTRIC\OT.xls" strFileDestination = "C:\" FileCopy strFileSource, strFileDestination end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Probelm with macro | Excel Worksheet Functions | |||
Hyperlink probelm | Excel Programming | |||
Hyperlink probelm | Excel Worksheet Functions | |||
Hyperlink probelm | Excel Discussion (Misc queries) | |||
Range probelm in VB6 | Excel Programming |