Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need some help with a little VBA problem: Is there any way to test cells in a range, say 10x10, within one or two loop(s)? I figured out how I can do it in a row, but I need a whole range. my Code: Counter = 0 Range("A1").Select Do While Counter < 10 If ActiveCell.Value a Then MsgBox " Message " Counter = Counter + 1 ActiveCell.Next.Select Loop any idea for my solution? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select All question | New Users to Excel | |||
How can change range to select active rows instead of :=Range("S10 | Excel Discussion (Misc queries) | |||
rows().select VBA question | Excel Discussion (Misc queries) | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
VBA select case question | Excel Discussion (Misc queries) |