Message 1 of 6
Convert from iLogic to VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to convert the following iLogic into a vba format that I can put in a macro. Can anyone help me? Also is there a resource for doing this myself? Thank you
iProperties.Value(oModel, "Custom", "Height")=Measure.ExtentsHeight iProperties.Value(oModel, "Custom", "Width")=Measure.ExtentsWidth iProperties.Value(oModel, "Custom", "Length")=Measure.ExtentsLength
oHeight = iProperties.Value("Custom", "Height") oWidth = iProperties.Value("Custom", "Width") oLength = iProperties.Value("Custom", "Length")
Jake Egley
Inventor 2022
Inventor 2022