ForestCalvin
New Member
- Joined
- Jun 8, 2011
- Messages
- 1
Hi all,
I'm using Excel 2003 on Windows XP
This should not be too difficult but I just do not have experience in VBA.
I want to be able to select a cell and execute a macro that will select every fourth cell after the selected one in that specific column.
Then I would like that command to loop until there are two consecutive empty rows.
So if G12 is selected and I execute the macro, G12, G16, G20, G24, etc. --until there are two empty rows -- will all be selected
That's all I need it to do.
Once selected, I am going to manually copy and paste all of these items into a new worksheet.
Thanks!!
I'm using Excel 2003 on Windows XP
This should not be too difficult but I just do not have experience in VBA.
I want to be able to select a cell and execute a macro that will select every fourth cell after the selected one in that specific column.
Then I would like that command to loop until there are two consecutive empty rows.
So if G12 is selected and I execute the macro, G12, G16, G20, G24, etc. --until there are two empty rows -- will all be selected
That's all I need it to do.
Once selected, I am going to manually copy and paste all of these items into a new worksheet.
Thanks!!