Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using this formula successfully:
Set rng = Cells(6, 1).Resize(1, 1) For i = 49 To 5000 Step 43 Set rng = Union(rng, Cells(i, 6).Resize(1, 1)) Next rng.EntireRow.Select It selects row 6, 49, then every 43rd row there after. It selects the entire row, I want it to select just a range of all those rows, but only columsn A - F What change do I need to make? I'm asuming that I have to change the "rng.EntireRow.Select " to some kind of column range, but I'm not sure what. THANKS!!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Strange request: Counting cells and percentages | Excel Discussion (Misc queries) | |||
sql.request | Excel Programming | |||
Request help | Excel Programming | |||
Strange request Automaticaly send spread sheet as an e-mail | Excel Programming | |||
Strange Formula Request | Excel Programming |