|
-
Jun 20th, 2002, 05:22 AM
#1
Thread Starter
Lively Member
[Resolved] Excel VBA and SaveAs dialog box
Hi,
I want to save some spreadsheets as part of a macro but I want to let the user choose where to store them - in other words I want to use the SaveAs dialog box.
I know how to do this in VB but I can't get it to work in Excel/VBA.
Does anyone have any ideas??
Thanks
H.
Last edited by Hollie; Jun 20th, 2002 at 06:08 AM.
 Just trying to muddle through...
-
Jun 20th, 2002, 05:31 AM
#2
Fanatic Member
dlgSaveAsString = Application.Dialogs(xlDialogSaveAs).Show
-
Jun 20th, 2002, 05:49 AM
#3
Thread Starter
Lively Member
Thanks for that! 
Next stage of my problem:
I create several spreadsheets in my macro and I only want the SaveAs dialog to appear the first time, allow the user to choose where they want to save all the spreadsheets and then just save all the other spreadsheets there.
Can this be done?
H.
 Just trying to muddle through...
-
Jun 20th, 2002, 06:07 AM
#4
Thread Starter
Lively Member
 Just trying to muddle through...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|