VBA code in excel to check in file

VBA code in excel to check in file

pr.nordin
Observer Observer
343 Views
1 Reply
Message 1 of 2

VBA code in excel to check in file

pr.nordin
Observer
Observer

Is there any way to write vba code in excel to check in file to vault.
I have Vault office add-in but want to do this with vba coding.

0 Likes
344 Views
1 Reply
Reply (1)
Message 2 of 2

Nick_Hall
Collaborator
Collaborator

Unless they have made any massive changes to Excel VBA recently, you will need to write a COM wrapper for the Vault API functions you need

 

There's an old example for from 2017 that should get you started, but you'll definitely need to make changes to the login code, as that has changed a lot in recent years

 

https://forums.autodesk.com/t5/vault-customization/reading-vault-files-properties-inside-excel-vba/t...

 

Hope that helps

Nick

0 Likes