Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default turning off unwanted warnings

Occasionally I get messages/warnings during VBA/macro execution. E.g. a message that I have left a large amount of data asking if I want to save this data for other programs. These messages/warnings interrupt the VBA until I respond to them. Is there a way to turn off these types of messages

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default turning off unwanted warnings


-----Original Message-----
Occasionally I get messages/warnings during VBA/macro

execution. E.g. a message that I have left a large amount
of data asking if I want to save this data for other
programs. These messages/warnings interrupt the VBA until
I respond to them. Is there a way to turn off these types
of messages?

Roland

Try

Application.displayAlerts = False
and On error resume next

Regards
Peter
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warnings Lynz[_2_] Excel Discussion (Misc queries) 3 August 14th 07 03:58 PM
how to protect without getting the warnings Conditional Formatting Excel Worksheet Functions 0 November 21st 05 04:42 PM
how to protect without getting the warnings Conditional Formatting Excel Worksheet Functions 0 November 21st 05 04:40 PM
suppress warnings Claude Excel Programming 2 April 21st 04 12:57 PM
Excel Macro Warnings Kent Prokopy[_3_] Excel Programming 0 August 8th 03 04:44 PM


All times are GMT +1. The time now is 09:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"