Syntax
| SQL.OpenWordDocument FileName
| ||||
---|---|---|---|---|---|
Description
| Automatically launches Microsoft Word and opens the specified document in it.
If it is a document archived in the digital archive, the document is automatically retrieved from this archive.
Note: Requires an installed version of Micorosoft Word.
| ||||
See Also
| |||||
Example
| Sub Main() Dim sFile As String sFile = InputBox$("Documentnaam:") SQL.OpenWordDocument sFile End Sub | ||||