T The Real Yoda Registered User. Local time Today, 14:58 Joined May 25, 2001 Messages 17 Jul 5, 2001 #1 Basically what I want to do is copy a specific file from one destination to another and then rename it. How Is This Done??
Basically what I want to do is copy a specific file from one destination to another and then rename it. How Is This Done??
A Atomic Shrimp Humanoid lifeform Local time Today, 14:58 Joined Jun 16, 2000 Messages 1,954 Jul 5, 2001 #2 The Name command in VBA can do both at the same time; i.e.: Name "C:\temp\Import.txt" As "C:\data\Import.dat" HTH Mike
The Name command in VBA can do both at the same time; i.e.: Name "C:\temp\Import.txt" As "C:\data\Import.dat" HTH Mike