Thread: CopyFile usage
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_110_] mudraker[_110_] is offline
external usenet poster
 
Posts: 1
Default CopyFile usage

Garry

I have not studied your code in full but one think that may help you
Instead of using the input box to get the file name change th
directory to the location of file and then use


DataFile $ = Application.GetOpenFilename("Text Files (*.*),*.txt"

--
Message posted from http://www.ExcelForum.com