TRIED BUT I COULDNT FIND THE EXACT MATCHING RESULT
Sub CATMain()
' Set the CATIA popup file alerts to False
' It prevents the macro from stopping at each alert during its execution
CATIA.DisplayFileAlerts = False
Set oDrwDocument = CATIA.ActiveDocument
Dim InsertText As...
UPDATED THE CODE AS BELOW ITS WORKS FOR THE ACTIVE SHEET THANKS FOR THAT BUT I COULDNT ABLE TO RESOLVE THE MATCHING TEXT
PLEASE HELP ME ON THIS
Sub CATMain()
' Set the CATIA popup file alerts to False
' It prevents the macro from stopping at each alert during its execution...
Greetings!!
I need help in refining of my Catia Macro where it searches the given input text and highlight them as red
1.in my case suppose i have a text in drawing as Engineeringstandards ,my input text is standards
when i run the macro it highlights the entire Engineeringstandards words not...