Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
saveas ActiveWorkbook.SaveAs Filename:=Range("A1").Value | Excel Programming | |||
SaveAs | Excel Programming | |||
SaveAs csv | Excel Programming | |||
Help with SaveAs | Excel Programming | |||
SaveAs... | Excel Programming |