There was an issue with permissions, which has been resolved.
There was also a missing line of code, which is needed to 'call' the sub-routine CATLogo, see below:
Sub CATDrw_Creation( targetSheet as CATIABase )
'-------------------------------------------------------------------------------...
I'm currently modifying existing Catia V5 macro code, which is free with Catia, that inserts a drawing format into the background of a Catia Drawing.
The macro has been modified to insert my company's drawing format.
I'm no expert at this but have managed, by trial and error, to get the code...
I'm currently modifying existing Catia V5 macro code, which is free with Catia, that inserts a drawing format into the background of a Catia Drawing.
The macro has been modified to insert my company's drawing format.
I'm no expert at this but have managed, by trial and error, to get the code...