View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Kruncher Kruncher is offline
external usenet poster
 
Posts: 18
Default GetSaveAsFilename Troubles

On Jun 7, 7:38*pm, ward376 wrote:
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


Essentially, yes. Can the user specify a new name with
GetOpenFilename, or are you limited to selecting from existing files?
I know I can try it out (and will, thanks) but if you know for sure,
then that's great.