Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How do I stop following loop if prev sheet does not exist? It should still make Application.DisplayAlerts = true ?? T ---------------------- Application.DisplayAlerts = False x = 6 Do While Cells(x, 2).Value < "" Sheets("makron").Activate ActiveSheet.Previous.Select ActiveSheet.Delete x = x + 1 Loop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help: Data Loss, have prev. copy of sheet | Excel Discussion (Misc queries) | |||
Stop the loop when found. | Excel Programming | |||
Hot key to stop a LOOP | Excel Programming | |||
how to stop a loop | Excel Programming | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming |