Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default DisplayAlerts not working

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
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
Application.DisplayAlerts not working NickHK Excel Programming 0 November 15th 06 02:28 AM
DisplayAlerts not working? Aaron Excel Programming 3 August 31st 06 04:04 PM
DisplayAlerts = false not working Mark Stephens Excel Programming 4 June 13th 05 06:05 AM
Displayalerts not working Hari[_3_] Excel Programming 11 January 14th 05 06:13 PM
Application.Displayalerts = value (is not working for me) [email protected] Excel Programming 3 December 18th 04 02:00 AM


All times are GMT +1. The time now is 03:52 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"