Application.ImportMTWAsSpreadsheet
This function imports a MINITAB File into a Statistica Spreadsheet.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Application.ImportMTWAsSpreadsheet( _
fileName As String, _
Optional bCaseNamesFromFirstCol As Boolean = False, _
Optional firstCase As Long = 1, _
Optional lastCase As Long = -1, _
Optional Variables As Variant = -1) As Spreadsheet
|
Type: String
Type: Boolean Default value: False
Type: Long Default value: 1
Type: Long Default value: -1
Type: Variant Default value: -1 |
Spreadsheet |