Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I copy a file without open it????
The file is on read-only network drive?:confused -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim fSource As String, fDestination As String
fSource = "J:\Folder1\Folder2\...\Filename1.ext" fDestination = "K:\FolderX\FolderY\...\FilenameZ.ext" FileCopy fSource, fDestination HTH, Nikos "vatov " wrote in message ... How can I copy a file without open it???? The file is on read-only network drive? ![]() --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open HTML file, but doesn't copy correctly | Excel Worksheet Functions | |||
Save copy of file to open as read only | Excel Discussion (Misc queries) | |||
Open and copy all workbook sheets in a folder to a master file | Excel Discussion (Misc queries) | |||
How to copy a file already open with VBA ? | Excel Programming | |||
File does not open/copy | Excel Programming |