Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Flying Chips

  1. Flying Chips

    .Visible property for MS Publisher document using vbscripting

    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...

Part and Inventory Search

Back
Top