Looking to open files via a macro. I currently use OpenDoc6, However some files are in my Vault, and some files are not. I get the Checkout window on the Vault Files and was wondering if there was a way to open a Vault file, but bypass the Checkout window. My macro works fine, if i have everything checked out, but would like to add in the bypass.
Think i got it to work, overlooked the simplest thing...LOL
Set swModel = swApp.OpenDoc6(drawing, swDocDRAWING, swOpenDocOptions_Silent, "", errors, warnings)
I initially had swOpenDocOptions_ReadOnly