Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copy file without open it???

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Copy file without open it???

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open HTML file, but doesn't copy correctly Kmason5727 Excel Worksheet Functions 0 October 24th 08 04:47 AM
Save copy of file to open as read only Ray Clark[_2_] Excel Discussion (Misc queries) 2 June 20th 08 12:19 AM
Open and copy all workbook sheets in a folder to a master file [email protected] Excel Discussion (Misc queries) 0 November 2nd 06 04:29 PM
How to copy a file already open with VBA ? Franck V. Excel Programming 2 September 12th 03 03:32 PM
File does not open/copy Ken Goodwin Excel Programming 1 August 6th 03 02:41 AM


All times are GMT +1. The time now is 01:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"