View Single Post
 
Old 09-22-2015, 09:39 PM
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

Hi Paul,

I have three values in word custom document properties.
I need to save this value to sharepoint document library column.
word also saved to sharepoint document library.

redactionRequired = ActiveDocument.CustomDocumentProperties("redaction Required").Value
restrictedAccess = ActiveDocument.CustomDocumentProperties("restricte dAccess").Value
remarks = ActiveDocument.CustomDocumentProperties("remarks") .Value

using VBA is it possible to save this value to sharepoint document library column?

Appreciate your help

Thanks & Regards,
Rose
Reply With Quote