Spreadsheet.ExportJMP
This function exports a spreadsheet to a JMP file.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Spreadsheet.ExportJMP( _
FileName As String, _
Optional Variables As Variant = -1, _
Optional InputSelFileName As String = "", _
Optional OutputSelFileName As String = "", _
Optional IncludeExpr As String = "", _
Optional IncludeCases As String = "", _
Optional ExcludeExpr As String = "", _
Optional ExcludeCases As String = "", _
Optional OverWriteFile As Boolean = True) As Boolean
|
Type: String
Type: Variant Default value: -1
Type: String Default value: ""
Type: String Default value: ""
Type: String Default value: ""
Type: String Default value: ""
Type: String Default value: ""
Type: String Default value: ""
Type: Boolean Default value: True |
Boolean |