Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This seems like a simple task but I can't find anything in
the docs or Google. How, using VBA, can I iterate through each used cell of a specific row? For instance perform a test on each cell of row 2? I tried this, but it seems to select every cell of the whole sheet: For Each cell In ActiveSheet.UsedRange.Rows(2) Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SOLVER does not iterate / work | Excel Discussion (Misc queries) | |||
How can I iterate numbering when printing | Excel Discussion (Misc queries) | |||
Iterate Circular Reference | Excel Discussion (Misc queries) | |||
Iterate though all open spreadsheets | Excel Worksheet Functions | |||
Iterate columns | Excel Programming |