View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sheldon Sheldon is offline
external usenet poster
 
Posts: 51
Default Defined Names revisited

I have set up MANY global constants as follows

Global Const ROW_A = 7
Global Const ROW_CDE = 14
Global Const ROW_BQL = 21
etc

How do I read the names of these constants and the values, in code, to create
Insert | Name | Define | In the 'name box' I would place the names of the
constants, and in the 'Refers to box' I would place the value.

Thanks