View Single Post
 
Old 08-26-2015, 01:54 AM
Rose roon Rose roon is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jun 2015
Posts: 28
Rose roon is on a distinguished road
Default VBA to save xml file to sharepoint document library

Hi,

Need to save xml file to sharepoint document library.
Using below code I can save the xml to shared drive

objDom.Save ServerShare & "\" & Split(ActiveDocument.Name, ".")(0) & ".xml"

How to save in sharepoint document library?
Appreciate your help

Thanks & Regards,
Rose
Reply With Quote