LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Delete sheet on a condition: debug error

I get it now. Okay, the worksheet Name property is a string, so try
something like this:



Dim ws As Worksheet


For Each ws In ActiveWorkbook.Worksheets


If ws.Name = "0" Then
Application.DisplayAlerts = False
ws.Delete
End If


Next


End Sub

 
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
PLEASE HELP! Copy sheet with password protected cells debug error bsnapool[_6_] Excel Programming 4 July 10th 06 11:58 AM
Error Won't Debug Trip[_3_] Excel Programming 1 March 29th 06 08:01 PM
debug error [email protected] Excel Programming 0 March 28th 05 10:46 PM
down with the debug error hurlbut777 Excel Programming 1 January 8th 05 12:08 AM
debug message pops up when I select a range of cells and delete Brian Excel Programming 6 October 17th 04 12:55 AM


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