How to save VBA and/or VB.NET programs to different locations or projects?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm anticipating writing code for Inventor 2011 Pro and/or Inventor 2012 Pro using either Inventor VBA or VB.NET. I wish to save programming files under the following circumstances:
1) Saving code to a particular Inventor 2011 Pro or Inventor 2012 Pro file so that the code only runs or is associated with the specific file
2) Saving code to a particular PROJECT so that all files within that project can use the code
3) Saving code to be used by a particular file TYPE such as an .ipt or sheetmetal .ipt or .idw file
4) Saving code GLOBALLY, so that all Inventor files regardless of project or location or file type can use the code
I've looked through Inventor 2012 Help files, but couldn't find what I was looking for.
Any tips, suggestions or errata on this subject would be appreciated!