|
-
October 5th, 2009, 11:21 AM
#2
Re: Excel - Referencing a named range
I'm sorry, the line that I posed up there isn't the correct line. I was trying random garbage in my frustration.
Here are the two alternatives that I've tried:
dataRange = c_application.ActiveWorkbook.Names["name of range"].RefersToRange;
dataRange = c_application.ActiveWorkbook.Names("name of range").RefersToRange;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|