DBTable.ExportLog

Export spreadsheet log to a new spreadsheet.

Syntax Parameters Return Value
Function DBTable.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