Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MKMikaël Krummen09/11/2024
Hi, I have created a macro that automatically adds a comment to any not fully-defined sketches in a part. It works well, however, I would like that the comments be of a certain color, and automatically display when opening the part. These are available in the comments interface (see below), but I couldn't find a way to do this in VBA.
Any idea?
Here is my code:
Option Explicit Sub main() Dim swApp As