Skullmonkey
Computer
- Dec 10, 2001
- 12
I'm interested in writing code in which I can use the name I've given to a particular object inside the VBAProject window. For instance, when looking at the Properties of a chart in the VBA Editor | VBAProject Explorer, one sees many options, one of which is called "(Name)".
Does anyone know how to use this property inside of VBA code? If my declaration of this chart did not include the tab name, the code would not fault if the user renamed the tab.
Does anyone know how to use this property inside of VBA code? If my declaration of this chart did not include the tab name, the code would not fault if the user renamed the tab.