Thread: Select copy
View Single Post
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

myrng.Copy


Regards,

Peo Sjoblom

"Jeff" wrote:

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,