Hi All,

What is the syntax to reference a Tag within a Block? I have a Block called "X-Title" and a Tag within that called "Titleline01". How can I, in VBA basically do:

Code:
msgbox Titleline01 'how do I get this value in a drawing?

Thanks