Hello people,
I have small query while working with MS Publisher document. Visible property isn't working. Here is my simple code.
Set ObjPbl = CreateObject("Publisher.Application")
ObjPbl.Visible = True
Set objApp = ObjPbl.Open ("C:\PubFiles\pubint.pub")
WScript.Sleep (5000)
ObjPbl.Quit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.