kor Posted March 16, 2011 Posted March 16, 2011 $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?
kor Posted March 16, 2011 Author Posted March 16, 2011 1 = default, visible0 = not visiblehaha, wow. can't believe I missed that. Thanks.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now