Gareth Horton
July 12th, 2002, 01:30 PM
use the boolean property .VISIBLE
MonarchObj.Visible False '0
MonarchObj.Visible True '1
Damon Longworth wrote:
> I have the commands to minimize, maximize and restore. Is there a command to hide?
>
> I have a series of 25 print files that are opened and then exported to Excel. I want
> to hide the Monarch process.
>
> I use:
>
> Set monarchobj = CreateObject("monarch32")
> monarchobj.DisplayWindow ("0")
>
> openfile = monarchobj.setreportfile("c:DOWNLOADstats02.PRN", False)
>
> I would like to stop the Monarch window from flashing from one action to another.
MonarchObj.Visible False '0
MonarchObj.Visible True '1
Damon Longworth wrote:
> I have the commands to minimize, maximize and restore. Is there a command to hide?
>
> I have a series of 25 print files that are opened and then exported to Excel. I want
> to hide the Monarch process.
>
> I use:
>
> Set monarchobj = CreateObject("monarch32")
> monarchobj.DisplayWindow ("0")
>
> openfile = monarchobj.setreportfile("c:DOWNLOADstats02.PRN", False)
>
> I would like to stop the Monarch window from flashing from one action to another.