Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Open iProperties toolbox using VBA

1 REPLY 1
Reply
Message 1 of 2
isocam
303 Views, 1 Reply

Open iProperties toolbox using VBA

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!!!

1 REPLY 1
Message 2 of 2
ekinsb
in reply to: isocam

Try this line:

 

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

 

 


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

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report