種別 | Excel |
---|---|
説明 | ファイルを指定して、Excelを開く |
構文 | ExcelOpen(File) |
引数 | File:エクセルのファイルパス |
戻り値 | 1:成功、0:失敗 |
使用例 | if ExcelOpen("C:\temp\DW\Test.xlsx") = 0 then MsgBox(sFile & "が、存在しません。") Exit Sub endif |
実例 | |
備考 | 関連する関数(ExcelOpen、ExcelCell、ExcelSave、ExcelClose) |
種別 | Excel |
---|---|
説明 | ファイルを指定して、Excelを開く |
構文 | ExcelOpen(File) |
引数 | File:エクセルのファイルパス |
戻り値 | 1:成功、0:失敗 |
使用例 | if ExcelOpen("C:\temp\DW\Test.xlsx") = 0 then MsgBox(sFile & "が、存在しません。") Exit Sub endif |
実例 | |
備考 | 関連する関数(ExcelOpen、ExcelCell、ExcelSave、ExcelClose) |