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;