Thread
:
Select copy
View Single Post
#
1
Jeff
Posts: n/a
Select copy
Hi,
With VBA, how can I do a selection.copy of a range ?
This is the range in question:
Dim myrng As Range
Set myrng = Workbooks("Invoices OCT-04.xls").Worksheets("B").Range("a1:b5")
Thanks,
Reply With Quote