PDA

View Full Version : CheckIn, CheckOut API's - general question



rocheey
08-03-2008, 05:16 PM
What 'server' is referenced, when these VBA calls are used? is it a specific Microsoft vault?

I ask, because we use a vault server at work - but it's not a MicroSoft vault, its an Autodesk vault. The Autodesk vault, as called from AutoCad, requires the use of .NET ... would using the VBA calls from the Excel API be an 'end run' around the use of .NET? (I'd be looking to check in files that are 'readable' in Excel, not to check in actual acad dwgs)

thanks for any info on this, guys ...

RonMcK
08-04-2008, 08:12 AM
rocheey,

Where are these references to Check In and Check Out APIs that you are asking about?

Thanks,

rocheey
08-04-2008, 09:33 AM
a = ActiveWorkbook.CheckIn

it pops up in the intellisense. Since I see the Help pops up if I hit F1 on this, that it does not seem to be 3RD party addin....

Invero
08-29-2008, 07:34 AM
AFAIK, CheckIn and CheckOut are functions that work with SharePoint. At least, that's how I've been using them. If they have additional capability, I'm not aware of it.