Show code in...     

  

 

Object Model ExcelApplication Worksheets Worksheet Cells Cell Range
Charts Chart SeriesCollection Series 3DProperties Axis ChartFrame Line Area
PivotField PivotFields PivotTable PivotTables
Style Characters Font Pictures Picture DocumentProperties PageSetup


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:

saExcelWriter0
saExcelWriterLE1
saExcelWriterSE2
Example:
[VBScript]
Version = XlwApp.Version

Top


Copyright © 2005, SoftArtisans, Inc.