Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks thats great.
In case anyone else reading is interested, you can create the following macro and assign it to Control - S (or somthing else) in order to seamlessly remove the warnings. Sub SaveNoPrompt() ' ' Macro1 Macro Application.DisplayAlerts = False ActiveWorkbook.Save Application.DisplayAlerts = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I unlock FILE access? | Excel Discussion (Misc queries) | |||
Reflecting info between an excel file and a word one or two excel file. | Excel Worksheet Functions | |||
Reflecting info between an excel file and a word one or two excel file. | Links and Linking in Excel | |||
how do i disable warning when saving file in csv format? | Excel Discussion (Misc queries) | |||
saving excel file as tab delimited | Excel Discussion (Misc queries) |