radames.rios
New Member
- Joined
- Nov 30, 2012
- Messages
- 11
I have a range in VBA that says for example:
(A1, A2, A3, A4, A6, A7, A8, A13, A15)
Is it possible to merge that range together and simplify it into:
(A1:A4, A6:A8, A13, A15)
Note that the range covers cells from A1 to A15 but excluding some of the cells in that set.
There is no specific pattern when selecting the cells.
(A1, A2, A3, A4, A6, A7, A8, A13, A15)
Is it possible to merge that range together and simplify it into:
(A1:A4, A6:A8, A13, A15)
Note that the range covers cells from A1 to A15 but excluding some of the cells in that set.
There is no specific pattern when selecting the cells.