ExcelApplication Object Reference
Version Property
Syntax:
[VBScript]
Property Version As String (read-only)
Description:
Version returns the ExcelWriter
edition installed.
Returns:
Use Version to determine which edition of ExcelWriter is
currently installed. For a description of the different editions of ExcelWriter, see
Edition Differences. Version
returns one of the following values:
| saExcelWriter | 0 |
| saExcelWriterLE | 1 |
| saExcelWriterSE | 2 |
Example:
[VBScript]
Version = XlwApp.Version
Top
Copyright © 2005, SoftArtisans, Inc.