Hi colleagues,
I have problem with vba macro in CATIA V5.
I want to delete one of some sheets in my drawing.
Do you know how to solve it ?
it 's part of my actual code:
Dim drawingDocument1 As Document
Set drawingDocument1 = CATIA.ActiveDocument
Set Viewcollection =...