Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please help if possible:
I am trying to step backward through an array and my code looks like the following: dim lngX as long For lngX = UBound(arrRows) To 1 Step -1 Rows(arrRows(lngX)).EntireRow.Delete Next lngX It seems to me this should work. Does anyone see any errors? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stepping in to a cell | Excel Discussion (Misc queries) | |||
Stepping through Code | Excel Discussion (Misc queries) | |||
stepping chart | Charts and Charting in Excel | |||
Stepping Through vs. Play | Excel Discussion (Misc queries) | |||
Stepping through a column using FOR/NEXT | Excel Programming |