Open iProperties toolbox using VBA

Open iProperties toolbox using VBA

isocam
Collaborator Collaborator
398 Views
1 Reply
Message 1 of 2

Open iProperties toolbox using VBA

isocam
Collaborator
Collaborator

Can anybody help???

 

I have written a vba macro to automatically check that the description and material properties of a ipt file are correct.

 

If they are not correct, eg "no description" has been entered then I need to automatically open iProperties so that the user can then input a description.

 

Is this possible?

 

Many thanks in advance!!!

0 Likes
399 Views
1 Reply
Reply (1)
Message 2 of 2

ekinsb
Alumni
Alumni

Try this line:

 

ThisApplication.CommandManager.ControlDefinitions.Item("AppiPropertiesWrapperCmd").Execute

 

 


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes