in reply to Hiding .vsd file while reading the file.
You can then use the Application object's Visible property to control whether the instance is visible.Set AppVisio = CreateObject("Visio.InvisibleApp")
You can use the InvisibleApp object with only the CreateObject function. Attempts to use it with the GetObject function will fail. The InvisibleApp object is not available in versions of Visio earlier than Microsoft Visio 2000.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hiding .vsd file while reading the file.
by Anonymous Monk on Feb 12, 2009 at 13:04 UTC |