Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rich
 
Posts: n/a
Default Command Button Prompt Save As?

Is it possible to have a command button or Macro that can prompt the
user the Save As Dialog ?

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Umlas, Excel MVP
 
Posts: n/a
Default Command Button Prompt Save As?

Sure -
Sub MySave()
Application.Dialogs(xlDialogSaveAs).Show
End Sub

"Rich" wrote:

Is it possible to have a command button or Macro that can prompt the
user the Save As Dialog ?


  #3   Report Post  
Posted to microsoft.public.excel.misc
Rich
 
Posts: n/a
Default Command Button Prompt Save As?

Thank you! I'm extremely new.

How about a some sort of close after the save is made?

Private Sub CommandButton1_Click()
Application.Dialogs(xlDialogSaveAs).Show
Application.Close??
End Sub

  #4   Report Post  
Posted to microsoft.public.excel.misc
Rich
 
Posts: n/a
Default Command Button Prompt Save As?

Found it!
Application.Quit

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
save prompt for user exit, but no save prompt for batch import? lpj Excel Discussion (Misc queries) 1 February 25th 06 02:08 AM
AutoSave: How can I get it to save every 5 minutes & NO prompt? Valerie Excel Worksheet Functions 1 September 27th 05 10:53 PM
Save? prompt when closing Excel MC Excel Discussion (Misc queries) 4 March 12th 05 10:55 PM
Save prompt MC Excel Discussion (Misc queries) 1 March 7th 05 06:18 PM
Save prompt for Excel 2003 Adrastos Setting up and Configuration of Excel 1 February 6th 05 07:54 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"