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

You should dim your strings as strings also. If they're empty, they're
still strings, and you can still test for that.

What are you doing with getfilename?

Cliff Edwards