Jump to content

Recommended Posts

Posted

$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?

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
  • Recently Browsing   0 members

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