*HELP NOW PLEASE*

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.
 
For i = 1 To 100 Step 3
var = Range("A" & i).value
Next i


bit difficult to be more precise as 'grab' has no real meaning here, so I
have no idea what you will do with the cells.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top