Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have a small request, I'm trying to save a file to my C drive and then get it to save to my G drive. My question is .... how do I get it to save to the G drive without Microsoft's drop down box confirming (Yes) to replace the file? Here is my code: Sub Save() ActiveWorkbook.Save ChDir "G:\Excel Files" ActiveWorkbook.SaveAs Filename:="G:\Excel Files\Audit Highlights.xls" ChDir "c:\Temp 1" End Sub Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft's Excel Discussion Group Site is screwed up. | Excel Discussion (Misc queries) | |||
XL Runtime error '429' message: a question to Microsoft's experts | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Excel 2007. How to Get Microsoft's Attention | Excel Programming | |||
Cross-referenced drop-down menu (nested drop-downs?) | Excel Worksheet Functions |