Description
| Opens an existing workbook and sets the opened file as the currently active workbook.
Parameter
| Description
| filename
| String, required. The name of the file to be opened.
| UpdateLinks
| Boolean, optional. If True, references in the file will be updated when nescesary. Default value: False
| ReadOnly
| Boolean, optional. When True, the file is opened in read-only (shared) mode. Default value: False
| Password
| String, optional. When a file has password protection, this parameter must hold the valid password for the file.
| Delimiter
| Enumerated, optional. Can be one of the following values: xlDelimCommas
xlDelimCustom (The next parameter must be specified) xlDelimNoApplicable (this is the default value when omitted) xlDelimNothing xlDelimSemiColons xlDelimSpaces xlDelimTabs
| CustomDelimiter
| Specifies the special delimiter char(s). Only valid when Delimiter is xlDelimCustom.
|
|