brrian
Mechanical
- Jan 21, 2004
- 164
I don't need to know how to write this... just to know if it's possible.
In my drawing file's title block, there are two notes that are linked to properties that reference the model in the drawing view:
PartNumber
Description:
Can I get the VALUE of each of these notes via VBA? I currently have a VB program that gets these properties by opening the drawing, finding the filename of the referenced part or assembly, opening that file, then recording the custom property's (PartNumber or Description) value.
My thought is that, if I could get those properties via the linked notes in the drawing file, I could speed up the VB program and eliminate some other issues I haven't discussed here.
Can it be done? If yes, I'll try to figure out how to do it. I'm weak w/ VBA and I could spend days trying just to learn that it can't be done.
Thanks,
Brian
In my drawing file's title block, there are two notes that are linked to properties that reference the model in the drawing view:
PartNumber
Description:
Can I get the VALUE of each of these notes via VBA? I currently have a VB program that gets these properties by opening the drawing, finding the filename of the referenced part or assembly, opening that file, then recording the custom property's (PartNumber or Description) value.
My thought is that, if I could get those properties via the linked notes in the drawing file, I could speed up the VB program and eliminate some other issues I haven't discussed here.
Can it be done? If yes, I'll try to figure out how to do it. I'm weak w/ VBA and I could spend days trying just to learn that it can't be done.
Thanks,
Brian