Copy File from activecell

  • Thread starter FIRSTROUNDKO via OfficeKB.com
  • Start date
F

FIRSTROUNDKO via OfficeKB.com

Hi

If have the complete filepath in range("A1")

i,e

C:\copyme\copyme.xls

How do I copy the file to

C:\test

Thanks In Advance

Darren
 
J

Jim Rech

Check out the FileCopy function in VB help.

--
Jim
| Hi
|
| If have the complete filepath in range("A1")
|
| i,e
|
| C:\copyme\copyme.xls
|
| How do I copy the file to
|
| C:\test
|
| Thanks In Advance
|
| Darren
|
| --
|
|
 
Top