2026 won't load *.ivb via Settings or MS VBA window

2026 won't load *.ivb via Settings or MS VBA window

BrandonBG
Collaborator Collaborator
314 Views
4 Replies
Message 1 of 5

2026 won't load *.ivb via Settings or MS VBA window

BrandonBG
Collaborator
Collaborator

I'm migrating from 2025 to 2026 on Windows 10 and all customization appears to transfer correctly except for the VBA project.

 

I'm using a custom VBA project "Inventor.ivb" that's been in service since version 2020, and Inventor will not *load* the project via Settings or manually via the Microsoft VBA "Load Project" menu.

 

I've tried loading the default 2026 installed VBA project, and that does nothing as well. No errors, no prompts, just nothing happens when clicking on the *.ivb files.

 

I'm stuck on how to debug this.

 

I've tried rebooting, closing all applications that may run VBA, Windows update, updating VBA via the 2026 download below, and I can't tell if the issue is with Inventor or with VBA.

 

https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/580m5V9igpBgk3WNek5Ydf.html?ms... 

 

Brandon

0 Likes
Accepted solutions (1)
315 Views
4 Replies
Replies (4)
Message 2 of 5

bradeneuropeArthur
Mentor
Mentor

Have you been able to correctly install the vba module for Inventor 2026?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 5

BrandonBG
Collaborator
Collaborator

The VBA module for Inventor 2026 installs with no issues.

Brandon

0 Likes
Message 4 of 5

BrandonBG
Collaborator
Collaborator

I re-installed Inventor 2025 to see if I could recreate the behavior, but VBA loads correctly in 2025.

 

Anyone else seeing issues loading VBA files in 2026?

0 Likes
Message 5 of 5

BrandonBG
Collaborator
Collaborator
Accepted solution

I didn't expect this result, but I have functional VBA in 2026. Here's the process:

 

Close 2026.

Install 2025.

Open 2026.

Load VBA project. It's there and it works.

Close 2026.

Uninstall 2025.

Open 2026.

Load VBA project. It's still there and it still works.

 

BrandonBG