
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, All! We're running a fresh install of Inventor R2019, and I'm having some VBA trouble. We upgraded from a well-worn installation of Inventor R2011, which (I understand) is quite a jump. The whys and wherefores of our white-knuckled grip on R2011 are water under the bridge, and now I'm trying to resurrect a host of customization tools written in VBA. I've found and fixed a lot of them, but the one I'm working on now is dogging me. The macro is used to change the iProps of a Content Center part, and its purpose is to allow the user to change iProps in the read-only Content Center file without closing everything and switching the project to the Library Project.
It worked in R2011, and the code runs right up to the point where it tries to write to the iProperties. The macro bombs out at the point where it begins to write the new iProps to the part file, so I suspect it's something to do with the way R2019 handles read-only files. I've attached a notepad++ file with the code. My code migght be a little wonky, as I learned VBA from a complete novice -- in other words, I'm self-taught.
I'd appreciate any help you can give me! Thanx.
Ed
Solved! Go to Solution.