#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default SaveAs

I need to create a macro to just open the File SaveAs, the end user can save
the file as any name or in any directory they choose. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default SaveAs

On Jun 2, 6:24*pm, Davis1309
wrote:
I need to create a macro to just open the File SaveAs, the end user can save
the file as any name or in any directory they choose. *Thanks!


Sub FileSave()

With Application.FileDialog(msoFileDialogSaveAs)
If .Show Then .Execute
End With

End Sub

Pls let me know if anything more you need.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default SaveAs

Nevermind....I figured it out!

"Davis1309" wrote:

I need to create a macro to just open the File SaveAs, the end user can save
the file as any name or in any directory they choose. Thanks!

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
saveas ActiveWorkbook.SaveAs Filename:=Range("A1").Value DarrenL Excel Programming 4 April 18th 09 07:54 AM
SaveAs blerman Excel Programming 2 March 31st 08 07:04 PM
SaveAs csv Gert Excel Programming 4 March 21st 07 12:35 PM
Help with SaveAs Glen Mettler[_4_] Excel Programming 2 March 4th 05 03:33 PM
SaveAs... Chris Gorham[_3_] Excel Programming 2 December 27th 03 04:50 PM


All times are GMT +1. The time now is 08:18 PM.

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

About Us

"It's about Microsoft Excel"