View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default GetSaveAsFilename Troubles

I think you should be using getopenfilename rather than
getsaveasfilename. The syntax is the same. You're getting a file name
then doing stuff with it?

Cliff Edwards