Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to run a procedure n times, where n is the count of records in Column
A of the current sheet. How do I write the code? Grateful for any help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For i = 1 To Application.CountA(Columns(1))
'your macro Next i -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Snowsride" wrote in message ... I need to run a procedure n times, where n is the count of records in Column A of the current sheet. How do I write the code? Grateful for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Records | Excel Worksheet Functions | |||
Count Records | Excel Worksheet Functions | |||
Count Records | Excel Worksheet Functions | |||
Count Unique Records | Excel Worksheet Functions | |||
Count Records Between A-K and L-Z | Excel Worksheet Functions |