View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default How to label an object that persists in memory?

It's not very clear what you are doing or trying to do, but have you
considered a user-defined type? You could include a description as one
of its elements. You can also declare an array of this type.

Hth,
Merjet