View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
abillmeier abillmeier is offline
external usenet poster
 
Posts: 2
Default Range Object Question

This may be more of an Excel Object/VBA question, but here goes...

I am working on a VSTO excel project, being developed in version 2003. I am
running through a series of excel Range Objects that are named ranges in a
workbook. Is there a way to identify the Name of the range in code?

I have a data mappings page that ties the ranges to a custom Object's
properties and I need to grab the Name associated with the active range/cell
so I can shove it in the object.

Any tips would be great.

thanks