ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Skipping a set number of rows (https://www.excelbanter.com/excel-programming/374488-skipping-set-number-rows.html)

[email protected]

Skipping a set number of rows
 
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.


Piers 2k

Skipping a set number of rows
 
Do Until ActiveCell.Offset(10,0).Value = ""
' more stuff here
ActiveCell.Offset(10,0).Select
Loop

Something like that should do the trick.

Piers



Don Guillett

Skipping a set number of rows
 
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.





All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com