Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sorinelos

    problems with "filesystem.filecopy"....

    Try this code. I have tested it and it was ok. Good luck. Dim fso As New FileSystemObject, fil1 Set fil1 = fso.GetFile("c:\files\testfile.txt") fil1.Copy ("C:\files\newfolder\")

Part and Inventory Search

Back
Top