Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to write vba macro using Filecopy but I always get an error (file not found) while reading the file in the folder. Is FILECOPY are Upper or Lower case sensitive? If yes, What is the command that uses or interprete wether it is a lower or upper case? here's my code: Dim a as string Dim b as string atemp = "c:\temp\myfile\" btemp = "d:\temp\yourfile\" ctemp = "Datafile.dat" FILECOPY atemp & ctemp, btemp & ctemp Appreciate your help. Thanks in advance. Jodie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filecopy in vba macro | Excel Programming | |||
Filecopy in vba macro | Excel Programming | |||
FileCopy | Excel Programming | |||
FileCopy | Excel Programming | |||
FileCopy error | Excel Programming |