Thread
:
Save as macro
View Single Post
#
5
Posted to microsoft.public.excel.programming
Bob Phillips[_6_]
external usenet poster
Posts: 11,272
Save as macro
Type GetSaveAsFilename in the immediate window, select it, then press F1.
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"JK" wrote in message
oups.com...
wrote:
And where do I find VBA help (would probably help me with many
questions:-) ? When I press the questionmark in my Visual basic window,
and search for GetSaveAsFilename in Index, I get no match (only
GetObject function and GetSetting function).
put this line to your code:
Application.GetSaveAsFilename
It will open the Save As -prompt
Reply With Quote
Bob Phillips[_6_]
View Public Profile
Find all posts by Bob Phillips[_6_]