Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got a lot of code running in my workbook and have noticed that when I
exit files after making changes, excel doesn't promt to save. What's the syntax to enable warnings? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Warnings should be enabled by default - perhaps you're turning them off in
your code? anyway: application.displayalerts=true should work. Tim "scott" wrote in message ... I've got a lot of code running in my workbook and have noticed that when I exit files after making changes, excel doesn't promt to save. What's the syntax to enable warnings? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = True
-- HTH RP (remove nothere from the email address if mailing direct) "scott" wrote in message ... I've got a lot of code running in my workbook and have noticed that when I exit files after making changes, excel doesn't promt to save. What's the syntax to enable warnings? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW TO DO ENABLE ENABLE THE QUERY PARAMETER BUTTON? | Excel Worksheet Functions | |||
Warnings | Excel Discussion (Misc queries) | |||
how to protect without getting the warnings | Excel Worksheet Functions | |||
how to protect without getting the warnings | Excel Worksheet Functions | |||
suppress warnings | Excel Programming |