Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I just need to be able to grab ever 10th cell in column A and I can't
for the life of me figure out how. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do Until ActiveCell.Offset(10,0).Value = ""
' more stuff here ActiveCell.Offset(10,0).Select Loop Something like that should do the trick. Piers |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
grab???
have a look in the help index for MOD -- Don Guillett SalesAid Software wrote in message oups.com... I just need to be able to grab ever 10th cell in column A and I can't for the life of me figure out how. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Skipping rows | Excel Worksheet Functions | |||
Copy while skipping Rows | Excel Discussion (Misc queries) | |||
Skipping rows with VBA | Excel Discussion (Misc queries) | |||
Trouble with skipping rows | Excel Worksheet Functions | |||
Macro skipping even rows | Excel Programming |