S
sharmashanu
Hi All
How do I select multiple cells using macro.
I tried the following and it selects only the last cell
starta.Offset(i, j).Select
starta.Offset(i + 1, j).Select
starta.Offset(i + 2, j).Select
Tell me how can i correct this macro code.
Thanks
Shanu
How do I select multiple cells using macro.
I tried the following and it selects only the last cell
starta.Offset(i, j).Select
starta.Offset(i + 1, j).Select
starta.Offset(i + 2, j).Select
Tell me how can i correct this macro code.
Thanks
Shanu