Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a macro that I need to save to the network drive (R). The only problem is that the macro below when U run it save the files to the documents folder. I have no ideas why this is happening. If anyone has any ideas as to why this is happening I would be VERY grateful for the help. Sub Saveas() ' ' Saveas Macro ' Macro recorded 10/11/2007 by ' ' ChDir "R:\Production Reports\Production Summary Report\Daily Production Summary Copies" ActiveWorkbook.Saveas Filename:= _ "Production Summary Report" & Format(Date, "mm-dd-yy") & ".xls", _ FileFormat:=xlNormal, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please help macro for save | Excel Worksheet Functions | |||
Macro (SAVE AS) | Excel Discussion (Misc queries) | |||
save as macro | Excel Discussion (Misc queries) | |||
Macro to Save without the Save Message | Excel Discussion (Misc queries) | |||
Macro Save As | Excel Discussion (Misc queries) |