View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TimZ[_3_] TimZ[_3_] is offline
external usenet poster
 
Posts: 1
Default Excel 2003 Workbook Issue


If you use Application.DisplayAlerts = False, don't forget to follow the
code with:

Application.DisplayAlerts = True

Otherwise, Excel will not prompt you to save changes when you close a
worksheet - something that many users rely on.

Tim


--
TimZ
------------------------------------------------------------------------
TimZ's Profile: http://www.excelforum.com/member.php...o&userid=23558
View this thread: http://www.excelforum.com/showthread...hreadid=375545