<para> This will use Windows to open the associated application but with the following exceptions if a bookmark is specified: <list> <item>.doc files will use Word functionality to open them and go to the Bookmark</item> <item>.xls files will use Excel functionality to open them and go to the Worksheet (or if this fails, the Named Range) that matches Bookmark</item> </list> </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| documentName | String | |||
| bookmark | String | Optional | The Bookmark to go to. | |
| checkDocumentExists | Boolean | Optional | Indicates whether to check the Document exists before attempting to open it. If omitted, a value of True is assumed. |
A Boolean value indicating success.