No its not that kind just we extract BOM from catia that means part properties
step 1 extract BOM with part properties to excel
step 2 if we want to make any changes in part properties and again export to catia
and this again set properties to catia using excel
is there any macro that can...
Dear all is there any catia macro that we can reorder tree structure based on ascending order im tired of using the Graphic tree reordering it takes a lot of manual time in reordering can any one please help me in this
please suggest changes in the macro that identifies dimensions and change colors with font and also this have to identity each letter
Option Explicit
Private Const OTHERCOLOR = "0, 0, 0"
Sub CATMain()
Dim txts As Collection
Set txts = getShowTxts()
If txts Is Nothing Then...