Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have the following macro to change my filename Sub save_with_cell( Dim fnam fname = Worksheets("General info").Range("C47").Value & "#" & Range("C26").Valu fname = fname & ".xls ActiveWorkbook.SaveAs Filename:=fnam End Su I want also get my file saved in a specific folder in a other directory. Can anybody tell me how to do that |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save file to same directory folder | Excel Discussion (Misc queries) | |||
file save error: the file or directory cannot be created | Excel Discussion (Misc queries) | |||
Automatically save a file in another directory | Excel Discussion (Misc queries) | |||
Save excel file with filename = cell text | Excel Programming | |||
get path - save new file - same sub-directory as existing file | Excel Programming |