Inventor 2026.2 - VBA IVB file save issue

Inventor 2026.2 - VBA IVB file save issue

hkilic896XF
Advocate Advocate
353 Views
3 Replies
Message 1 of 4

Inventor 2026.2 - VBA IVB file save issue

hkilic896XF
Advocate
Advocate

Hi.

I have never seen a message like this before; when I click to save button from VBA IDE this message appears, even if I made a clean startup of Inventor..  

 

hkilic896XF_0-1765747597623.png

hkilic896XF_1-1765747779225.png

 

or if I close Inventor without saving the default ivb I click to yes to the message box to prompt save ivb or not..  again the same message.. 

 

Is there a solution for this?

0 Likes
354 Views
3 Replies
Replies (3)
Message 2 of 4

gopinathmY575P
Advocate
Advocate

if ivb in shared location where multiple users have read write access. if anyone tries to save the ivb in vba ide. The above message will pop up

Message 3 of 4

marcin_otręba
Advisor
Advisor

This mean that you do not have write permission for this file, it can be due fact that:

1. it is shared beetween users as @gopinathmY575P  mentioned - copy it locally, change it and copy it back to server,

2. but also if you work not in first instance of inventor - make sure you have open only one inventor instace,

3. or file has read-only property set to true - check file properties.

Hi, maybe you want to vote my:

Ideas

or check my apps:

DrawingTools   View&ColoringTools   MRUFolders   auto-save-replace

Message 4 of 4

gopinathmY575P
Advocate
Advocate

Exactly..... 3/3

0 Likes