When you finish naming , please post the results here, at least there will be 2 people with same code names !
Hi,
the best source of "already typed in" magic numbers I have found is at
http://www.machsupport.com/forum/index.php/topic,6657.0.htmlI have decided to give up on making a master header that defines all the constants. The reason is that the full set of defined constants is so long that it annoys me to have to skip over it before I can see the actual code I am working on. Instead, for my personal macros, I'm using the names from the XLS sheet referenced above, and just including the ones I am using.
Dave