Jump to content
Macro Express Forums

Is anyone else having this problem?


patgenn123

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...