Hi there,
Here is yet another very elementary question. I have the following code which works just fine to select across, BUT I also need to select 5 rows down:
Sheets("Customers"
.Select
ActiveCell.Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Copy
Any help would be greatly appreciated. Many thanks in advance.
Here is yet another very elementary question. I have the following code which works just fine to select across, BUT I also need to select 5 rows down:
Sheets("Customers"
ActiveCell.Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Copy
Any help would be greatly appreciated. Many thanks in advance.