Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is ti strange that in macros category i dont have nothing.....![]()
How can i enter a Key in a column at macro category??
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Did you put all your VBA code into your ApplicationProject?
It must be in the ApplicationProject, instead of in the document.

Mike Deck
Software Developer
DLS - Mechanical Design
Autodesk, Inc.
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I forgot to tell you tha i am amatuer at Autodesk Inventor...
How can i put all VBA code into my ApplicationProject
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here is a screenshot of the VBA Editor. The ApplicationProject is at the top left. Copy and paste your code from where you have it now (maybe in Module1 of the DocumentProject) into Module1 of the ApplicationProject.

Mike Deck
Software Developer
DLS - Mechanical Design
Autodesk, Inc.
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ok i did that.
Now i can find my macro in macros category...
And now what???
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ok Mike i think i done it....I will try a liitle bit by myself because i feel that i tired you, and if i have another question i will be back.....
I realy thank you and appriciate all your help.....
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
OK, great. I forgot one thing: you should set an option so that the VBA macros are available all the time.
Under Application Options
Check the Load VBA on start-up option

Mike Deck
Software Developer
DLS - Mechanical Design
Autodesk, Inc.
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hmmmm.Mike i have autodesk 2011 and i dont have any of this setting...Look at Yourself
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Finally i enter a shortcut Key on a macro as you say...
But how it can be activated???I mean when i can press the button "A" for example, and run my macro???
I must do somethimg else???It's about this setting you send me???
Re: ilogic shortcut key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You don't need the Load VBA on start-up option in Inventor 2011. But it is required in Inventor 2013 (and maybe 2012).
If your macro is not working, I don't know what the problem might be. I would recommend using two letters instead of one for your shortcut. Please send me a screenshot similar to the one below:

Mike Deck
Software Developer
DLS - Mechanical Design
Autodesk, Inc.



