View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
gilgil gilgil is offline
external usenet poster
 
Posts: 12
Default Default Path for File Open

Thanks, it work OK
--
gilgil




"Bob Phillips" ha scritto nel messaggio
...
ChDrive "E:\Transit"
ChDir "E:\Transit"
FileName = Application.GetOpenFilename("Text Files (*.txt), *.txt")