Thread: Select copy
View Single Post
  #1   Report Post  
Jeff
 
Posts: n/a
Default 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,