Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.7.1
ASP/COM Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication >
Properties > SpreadsheetsCreatedToday

ExcelApplication is not available in ExcelWriterSE.

SpreadsheetsCreatedToday Property

Syntax:

[VBScript]
Property SpreadsheetsCreatedToday As Long (read-only)

Description:

Returns the number of spreadsheets ExcelWriter created so far, in a 24 hour period. Note that SpreadsheetsCreatedToday contains the number of spreadsheets created by both ExcelApplication and ExcelTemplate.

The hour count begins when the first spreadsheet is created. The count is reset when the first spreadsheet is created after the previous 24 hour period. For example, if you create your first spreadsheet at 10:00 AM on June 2, the 24 hour period will end at 10:00 AM on June 3, and the next period will begin when you create the first spreadsheet after 10:00 AM on June 3.

SpreadsheetsCreatedToday is a Read Only property.

Example:

[VBScript]
ws.cells("a7").value = "Spreadsheets Created Today: " &_
	    xlw.SpreadsheetsCreatedToday



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.