BinaryDocument.Open

Syntax Parameters Return Value
Function BinaryDocument.Open( _
    Application As Object, _
    Visible As Boolean) As Variant
  • Application [in]

The application to open the document in.

Type: Object

  • Visible [in]

Whether the document should be visible.

Type: Boolean

Variant