VBA scripting in CREO
Jul 28, 2016
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 28, 2016
09:33 AM
VBA scripting in CREO
In all the PTC/CREO suport materials, are there examples of using Excel's VBA to drive repetative operations in CREO? Thank you.
- Tags:
- vba
1 REPLY 1
Jul 29, 2016
10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 29, 2016
10:30 AM
When you say "repetitive operations" what are you referring to?
You can use Excel to drive geometry:
http://learningexchange.ptc.com/tutorial/188/creating-an-ms-excel-analysis-feature
You can also use VBA to interact with the VB Toolkit. This can be complicated to setup and is not entirely user friendly.
Creating a Creo2 Tool with Toolkit
Examples: <load_point>\Common Files\<Datecode>\protoolkit
Alternatively you can record a mapkey and then edit the mapkey to suit your needs.
