Jump to content

ExcelCreatBook pops up even when set to be invisible


kor
 Share

Recommended Posts

$book = _ExcelBookNew(1)
_ExcelWriteArray($book, 1, 1, $staffheaders)
_ExcelWriteArray($book, 2, 1, $staffdata)
_ExcelBookSaveAs($book, @ScriptDir & "\Temp.xls", "xls", 0, 1)
_ExcelBookClose($book)

Even though the visible tag is set to 1 to make Excel not visible, it still pops up and I can see it. Is that normal behavior?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...