Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I would like to "save as" with the active cell value to a
specified folder. If use SaveAs Filename=ActiveCell.Text it save to My documents which I don't want. Any tips? Thanks in advance / Magnus ActiveWorkbook.SaveAs Filename:=ActiveCell.Text, FileFormat:=xlNormal _ , Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _ CreateBackup:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SaveAs Filename:=filename, FileFormat:=xlCSV | Excel Programming | |||
SaveAs Macro - Build filename from cell contents HOW? | Excel Programming | |||
Wanted: Syntax for Filename changed without impacting Macro | Excel Programming | |||
Macro syntax to open file in current explorer folder | Excel Discussion (Misc queries) | |||
Macro to open SaveAs... and change filename to cell value | Excel Programming |