Thread
:
Can't copy named range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Can't copy named range
change name and use
Range("MyNamed_Range").Copy
--
Don Guillett
SalesAid Software
wrote in message
oups.com...
Why will this work.....
Sheets("Configuration").Range("J35:Q35").Copy
Workbooks(HomeBook).Sheets("Report").Range("B" & LastRow)
but not this.....
Sheets("Configuration").Range(MyNamed Range).Copy
Workbooks(HomeBook).Sheets("Report").Range("B" & LastRow)
can't seem to reference a named range in the copy line? Any help
appreciated.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett