Hi LWolf,
I'm sorry for missing that one! (rookie mistake)
However, it comes with the same error "Object doesn't support this property or method"
Any tips?
Thanks
Hey LucasC,
Thanks for your reply!
I tried to follow your thread, I came up with this:
Sub CATMain()
Dim vis As Variant
Dim objsel As Selection
Set objsel = CATIA.ActiveDocument.Selection
objsel.Search "CATGmoSearch.Surface.Color='(243,254,177)',scr"
Dim mySurface As...
Hi Guys
I have recently understood the power of macros and have been trying to learn a few things.
I work a lot on the GSD, so I tried to create a macro to randomize the surface colors (only the default) that are displayed on my screen.
Unfortunately, I couldn't do that.
Here is the code that I...