Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PLEASE HELP! Copy sheet with password protected cells debug error | Excel Programming | |||
Error Won't Debug | Excel Programming | |||
debug error | Excel Programming | |||
down with the debug error | Excel Programming | |||
debug message pops up when I select a range of cells and delete | Excel Programming |