Hacaro
Industrial
- Aug 14, 2002
- 10
Hi there,
I'm trying to edit a note on the CURRENT drawing sheet using VB.
When I record a macro it looks something like:
...
Model.SelectByID("DetailItem56@Sheet Format1", "NOTE", ...)
...
This is the selection of the note.
Now I see that if I edit the note on sheet 3 the recorded macro selects ... DetailItem56@Sheet Format3 ...
So I will need to find the sheet number of the current sheet in order to select the note on the current sheet.
Isn't there an easier and quicker way to do this?
Is there a way to edit/access the note directly by name if you know the currentsheet?
What does the Sheet Format1 means? Do they mean Sheet number? What sheet property returns this number?
I'm trying to edit a note on the CURRENT drawing sheet using VB.
When I record a macro it looks something like:
...
Model.SelectByID("DetailItem56@Sheet Format1", "NOTE", ...)
...
This is the selection of the note.
Now I see that if I edit the note on sheet 3 the recorded macro selects ... DetailItem56@Sheet Format3 ...
So I will need to find the sheet number of the current sheet in order to select the note on the current sheet.
Isn't there an easier and quicker way to do this?
Is there a way to edit/access the note directly by name if you know the currentsheet?
What does the Sheet Format1 means? Do they mean Sheet number? What sheet property returns this number?