Hello friends
I want to change table cell contents.
oTable.ComputeMode = CatTableComputeON
oTable.SetCellString 1, 1, "text"
oTable.SetCellString 1, 2, "CATIA"
I make some table above using vba.
I want to change "text" to "Hi".
But Don't use row and col,Using selected cell contents...
Hello everyone.
I make some macro.
I want to numbering all Dimensions for draft.
So, I write some code.
-------------------------------------------------
Sub CATMain()
Dim MyDoc As DrawingDocument
Dim MySelection As Selection
Dim MySheet As drawingsheet
Dim MyDrawingView As...
Hi everyone,
I have very simple Question.
If My catwindowstates are catwindowstateminimized all then
my catwindowstates are catwindowstatemaximized or catWindowstateNormal.
Is this possible?
I tried very various method.
But Only One catwindow Activated Maximized or Normal.
I want to...
hello guys
I have a question about catia macro code.
How to define partnumber partly?
For example, My partnumber is "engine"
then I define partnumber begine with "en"
So, "eng","end"..etc.. also included
I don't know this macro code.
Thank you.
p.s - I can't english well.