LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default Application.DisplayAlerts = False

I would imagine the
InStr(eItem.Name, s)=0
is evaluating to False

If you run it on the same workbook, the first time all the WS are deleted,
so there are no more that qualify the second time.

NickHK

"kotelok" ¼¶¼g©ó¶l¥ó·s»D:kotelok.2cquff_1155918007.0754@exce lforum-nospam.com...

I have several report templates (spreadsheets) in one workbook. A user
can select one (or more) reports in vb screen (application is written
in vb 6), data from a database are processed and send to the Excel
template - then unnecessary worksheets are deleted. It works perfectly
at the first run. If I repeat the procedure -
Application.DisplayAlerts=False does not work, in other words excessive
worksheets are not being deleted. Magic!
This is the procedu
Public Sub RemoveExtraSheets(ByRef s As String)

Dim eItem As Excel.Worksheet

For Each eItem In xlAppl.ActiveWorkbook.Worksheets

Application.DisplayAlerts = False

If InStr(eItem.Name, s) = 0 Then
eItem.Delete
End If
Next
Application.DisplayAlerts = True

End Sub


--
kotelok
------------------------------------------------------------------------
kotelok's Profile:
http://www.excelforum.com/member.php...o&userid=37725
View this thread: http://www.excelforum.com/showthread...hreadid=571110



 
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 = False - Not Working [email protected] Excel Programming 3 March 1st 06 08:39 PM
Where to put DisplayAlerts = False Joe Fish Excel Programming 2 October 22nd 05 09:13 PM
Can't Set DisplayAlerts to False Mark Driscol Excel Programming 0 April 7th 04 06:11 PM
Can't Set DisplayAlerts to False Mark Driscol Excel Programming 1 April 6th 04 10:45 PM
Can't Set DisplayAlerts to False Mark Driscol Excel Programming 2 April 2nd 04 12:28 PM


All times are GMT +1. The time now is 08:40 AM.

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"