Hiding annotations
Hiding annotations
(OP)
Does anyone have a Macro that hides annotation sets in top level assemblies, we are spending a lot of time open sub assemblies in large products to hide the text blocks and general notes, and am hoping someone has created a script that would allow us to do this at the top level product?
Thanks hopefully in advance.
Mark
Thanks hopefully in advance.
Mark





RE: Hiding annotations
just record a macro to see how it hides annotations
CODE --> catscript
RE: Hiding annotations
I remember this macro
Try this
CODE --> catvbs
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Hiding annotations
Thanks for that have tried both Macros but am getting a message "stating the script entry point entry point could not be found Define a CATMAIN procedure which will be the entry point of the script.
What does this mean? should I put something in the brackets at the top of the script?
Mark
RE: Hiding annotations
You tried to put the code inside a catvba (Excel vba). Both macros are done for something else. Please read the header of the code: one is for CATScript and the other one is for catvbs (again, that means no vba).
What you need is the second macro (most probably).
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Hiding annotations
Thanks