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:28*pm, ward376 wrote:
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


I did have them initially declared as strings, but since the online
helps says they're Variant, I changed them.

In fact, I initially had it built the call using the
[parameter]:=[value] format. Same difference.