PC Review


Reply
Thread Tools Rate Thread

DisplayAlerts not working

 
 
=?Utf-8?B?RGF2ZSBZ?=
Guest
Posts: n/a
 
      22nd Feb 2007
The DisplayAlerts application is not working within my macro. This file is
saved to the company intranet, so when users click on the document it opens
within an IE session. I realize that some features of Excel won't work
within this session. Is the DisplayAlerts feature one of them? Is there any
type of workaround? Most of the employees who would access this file don't
have the ability to change the file type setting to have Excel open instead
of IE.

Thanks for your help.

BR1 = ActiveCell
Application.DisplayAlerts = False
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
If ws.Name <> Right(BR1, 2) Then
ws.Delete
End If
Next ws
Application.DisplayAlerts = True


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application.DisplayAlerts not working =?Utf-8?B?UHJvQ29u?= Microsoft Excel Programming 3 15th Nov 2006 02:28 AM
DisplayAlerts not working? =?Utf-8?B?QWFyb24=?= Microsoft Excel Programming 3 31st Aug 2006 04:04 PM
DisplayAlerts = false not working Mark Stephens Microsoft Excel Programming 4 13th Jun 2005 06:05 AM
Displayalerts not working Hari Microsoft Excel Programming 11 14th Jan 2005 06:13 PM
Application.Displayalerts = value (is not working for me) eagle13@bigfoot.com Microsoft Excel Programming 3 18th Dec 2004 02:00 AM


Features
 

Advertising
 

Newsgroups
 


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