Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am counting number of cells i have to iterate with next piece of code:
Dim rows Do While Not (IsEmpty(ActiveCell)) rows = ActiveCell.Row ActiveCell.Offset(1, 0).Select Loop is it possible to do the same without selecting? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count number of cells | Charts and Charting in Excel | |||
How do I count the number of cells | New Users to Excel | |||
Count Number of Different Cells | Excel Worksheet Functions | |||
count number of cells | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in cells | Excel Programming |