Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default warning message

Hi,
Is there a way to program in VBA to automatically select
OK when a warning message pops up when a macro is running?

thanx
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default warning message

You can set it so that they don't show.

Application.DisplayAlerts = False


Then, at the end, set it back

Application.DisplayAlerts = True





-----Original Message-----
Hi,
Is there a way to program in VBA to automatically select
OK when a warning message pops up when a macro is running?

thanx
.

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
How to get rid of the warning message RJ Setting up and Configuration of Excel 2 March 27th 09 05:35 PM
Warning Message tom Excel Discussion (Misc queries) 4 December 13th 06 08:23 PM
warning message Mike Excel Discussion (Misc queries) 3 March 10th 06 06:20 PM
How to I get a warning message box shrek Excel Worksheet Functions 3 November 10th 05 12:23 AM
Warning message Paul Excel Discussion (Misc queries) 1 March 11th 05 11:07 PM


All times are GMT +1. The time now is 02:58 AM.

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

About Us

"It's about Microsoft Excel"