Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() "DaveO" wrote: If you alter your security setting then the issue would not happen. Also you could consider digitally signing the workbook and then allowing that signature as a trusted source, again getting you around the issue of warnings. It's not ideal I grant you, however there are ways to get around these things if you are prepared to. " wrote: DaveO wrote: You could quickly write a routine that set the app warnings to be false on the BeforeClose event if it was too much of an issue ... Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.DisplayAlerts = False End Sub HTH. But if the workbook does not currently contain macros then you'd have warnings about macros to click through before it opens or remember to hold the shift key down to disable the macros. Looks to me like a no win situation. Excel's just doing what comes naturally. Regards Steve Appreciate feedback. We use VERY simplistic EXCEL files as checklists and tracking tools. No macros and no formulas. Thus it is very frustrating that some of the files have the prompt to save when closing and some files do not. Since not all files conatin the prompt, I assumed there was some optional setting that could be toggled off if I knew where to look. Also have the same problem in WORD docs. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't save anything in excel or word .... i get "not responding" | Excel Discussion (Misc queries) | |||
How do I save a Word file as an ASCII format? | Excel Discussion (Misc queries) | |||
Excel 2003 doesn't prompt to save on exit? | Setting up and Configuration of Excel | |||
in an excel macro can you import data from word into a cell? | Excel Discussion (Misc queries) | |||
How do you turn off automatic "save a copy" in Excel | Excel Discussion (Misc queries) |