Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skipping rows Rob Excel Worksheet Functions 1 March 4th 10 04:52 PM
Copy while skipping Rows Will Excel Discussion (Misc queries) 3 December 15th 06 05:25 AM
Skipping rows with VBA Jeff Excel Discussion (Misc queries) 4 April 24th 06 06:48 PM
Trouble with skipping rows Wazooli Excel Worksheet Functions 1 March 23rd 05 02:19 PM
Macro skipping even rows Bob Phillips[_5_] Excel Programming 5 July 26th 03 12:29 PM


All times are GMT +1. The time now is 09:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"