Hi,
I'm trying to add CustomDocumentProperties to an Excel (or other office document) using VBScript.
Code:
Dim ExcelApp
Dim ExcelDoc
Set ExcelApp= CreateObject("Excel.Application"
Set ExcelDoc= OfficeApp.WorkBooks.Open (-file path-)
Question:
What code should I use to add a new custom property to this file ?
10x,
Ran
I'm trying to add CustomDocumentProperties to an Excel (or other office document) using VBScript.
Code:
Dim ExcelApp
Dim ExcelDoc
Set ExcelApp= CreateObject("Excel.Application"
Set ExcelDoc= OfficeApp.WorkBooks.Open (-file path-)
Question:
What code should I use to add a new custom property to this file ?
10x,
Ran