patgenn123 Posted June 19, 2008 Report Posted June 19, 2008 Hello all!! I am having extreme difficulty getting a window to open up "hidden". Is anyone else having this problem? Hidden means hidden in my book. I have a workaround though. You have a vbscript though. For anyone who has never used vbscript, open up a text file, paste this: Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open("The file path of your file") objExcel.Visible = False And save it as .vbs extension. This is the only way to do this in a clean manner. No hints the file/program is opened hidden! This is just for Excel. You could google others. I hope they fix that soon. -P Quote
rberq Posted June 19, 2008 Report Posted June 19, 2008 Cool. I have sometimes had trouble with hiding windows, sometimes not, but I will definitely try this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.