Spreadsheet.ExportLog

This function exports spreadsheet log to a new spreadsheet.

Syntax Parameters Return Value
Function Spreadsheet.ExportLog( _
    Optional iFirstEntry As Long = 1, _
    Optional iLastEntry As Long = 0) As Spreadsheet
  • iFirstEntry [in,optional]

Type: Long

Default value: 1

  • iLastEntry [in,optional]

Type: Long

Default value: 0

Spreadsheet