SourceFile
- Last UpdatedJan 25, 2024
- 1 minute read
The SourceFile property is a read-write property that specifies the name of the Word template file (.dotx, .dotm, or .dot) to use to generate the report.
Syntax
aaHistClientWorkbookRunner.SourceFile = message;
Result = aaHistClientWorkbookRunner.SourceFile;
Remarks
You must specify the entire path and include the extension (.dotx, .dotm, or .dot).
The default is an empty message value ( "" ).