Vba code to get file vault history latest version, and check if local file is the latest version

Vba code to get file vault history latest version, and check if local file is the latest version

engilic
Advocate Advocate
549 Views
4 Replies
Message 1 of 5

Vba code to get file vault history latest version, and check if local file is the latest version

engilic
Advocate
Advocate

Hi

is it possible to get vault file history latest version, number, and / or to check if user has and is using the latest local file.

the file is vba macro file, forgot the extension, sorry.

 

thx

0 Likes
550 Views
4 Replies
Replies (4)
Message 2 of 5

bradeneuropeArthur
Mentor
Mentor
Sure. I will have a look earliest Monday.

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

bradeneuropeArthur
Mentor
Mentor

Something similar to this?

 

https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/vault-lifecycle-state-of-model-throu...

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 4 of 5

engilic
Advocate
Advocate

Thank you @bradeneuropeArthur.

 

 I will say same as you did, I will check it on Monday.

0 Likes
Message 5 of 5

engilic
Advocate
Advocate

@bradeneuropeArthur 

Unfortunately, this is for the life cycle, I would like to get this:

engilic_0-1681695452492.png


Latest released Version and Checked out Version.

Actually the most important is to know whether the user has the latest released version, the one that is not checked out, and then to ask them to update. One more time this is not for model files this is for Macro file ***.ivb.

thx