How to use VBA to save to Sharepoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to use VBA to save a copy of a powerpoint presentation to Sharepoint. However, when I use a http: type address in the "SaveAs" method, it chokes on it with error 80004005.

Is there a supported way within VBA to save presentations to sharepoint? I was assuming that it's possible since I can do this from the powerpoint menus (i.e. File - SaveAs - go to My Network Places, etc).

Thanks in advance for your advice,
Jim
 
Jim,
Take a look at the CheckIn, CheckOut, CanCheckIn, CanCheckOut
methods/properties.
 
Back
Top