Good Morning All
Could you help. Is it possible to have a range of cells from a sheet in a workbook to another, and then move another range and place directly under the first range on the new sheet (in VBA code). For example:
I first move the set of cells from sheet 1 to sheet 2 :
15 200 aaa
16 220 aa1
18 220 aaa
and then move from sheet 1 to sheet 2
255 251 bbb
so sheet 2 will look like
15 200 aaa
16 220 aa1
18 220 aaa
255 251 bbb
Thank You.
Jupops
Could you help. Is it possible to have a range of cells from a sheet in a workbook to another, and then move another range and place directly under the first range on the new sheet (in VBA code). For example:
I first move the set of cells from sheet 1 to sheet 2 :
15 200 aaa
16 220 aa1
18 220 aaa
and then move from sheet 1 to sheet 2
255 251 bbb
so sheet 2 will look like
15 200 aaa
16 220 aa1
18 220 aaa
255 251 bbb
Thank You.
Jupops