Welcome to Video 1 of my Introduction to CATIA Macros Tutorials. Do you want to learn how to write VBA macros in CATIA V5? Our first tutorial video will teach you:
- How to add a macro library
- How to open and run macros
- How to create an icon for your macros
- Create a “hello” message box macro
Msgbox code used in the tutorial:
Sub CATMain( )
Dim st rHe llo As St r ing
st rHe llo=”He llo”
MsgBo x st rHe llo
End Sub
Click here to continue to Video 2 to learn more about creating message boxes and input boxes in VBA.
Return to the list of CATIA V5 articles.
Hello,
I am a mechanical engineer and therefore have zero knowledge on programming.
But I work as a design engineer and would like to learn CATIA V5 Automation to make my job easier.
Thank you.
Hello!
The video is not working, how could I watch it? I’m a baby with VB and I need it!!
Thank you for this web!!!