The Load attribute function reads an Excel file into the sheet.
|
Syntax | |||||
|
Load(FileName [,Password][,WriteResPassword]) | |||||
|
Return value | |||||
|
Long |
0 if successful | ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
FileName |
String |
ByVal |
Name of the file. | |
|
Optional |
Password |
String |
ByVal |
Password of the file | |
|
Optional |
WriteResPassword |
String |
ByVal |
Write-protection password | |