Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
You can do this test = WorksheetFunction.CountA(Range("F2:F200")) and then set up a loop like this For X = 1 To test ' do things Next or even like this For X = 1 To WorksheetFunction.CountA(Range("F2:F200")) 'do things Next Mike "whitebalance" wrote: Hi, I'm trying to use a result from a counta() function. Is it possible to set i.e. test = counta(F2:F200) and then use it as boundary for the for loop: for x = 1 To test? regards Kristoffer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTA Function | Excel Worksheet Functions | |||
Counta function | Excel Worksheet Functions | |||
Using the COUNTA function | Excel Discussion (Misc queries) | |||
COUNTA function causing syntax error in macro... | Excel Worksheet Functions | |||
COUNTA Function not working =COUNTA(C3:C69,"NH") | Excel Worksheet Functions |