VBA to Checkout presentation in PowerPoint 2007

  • Thread starter Thread starter Barb Reinhardt
  • Start date Start date
B

Barb Reinhardt

I need to programmatically checkout a presentation that's in SharePoint to
use in PowerPoint 2007. I've used this type of thing before, but it doesn't
seem to work now.

http://msdn.microsoft.com/en-us/library/bb223246.aspx

I'm not sure if I'm doing something funky, or if it's really not working.

I've figured out how to "Discard Check Out". It's kinda convoluted. It's

myPPT.CheckIn(FALSE)

Thanks in advance,
Barb Reinhardt
 
I was thinking I could programmatically check out a presentation that was
already open. I apparently couldn't. Thanks for reading.

Barb Reinhardt
 
Back
Top