kor Posted March 16, 2011 Share 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? Link to comment Share on other sites More sharing options...
MrMitchell Posted March 16, 2011 Share Posted March 16, 2011 1 = default, visible 0 = not visible Link to comment Share on other sites More sharing options...
kor Posted March 16, 2011 Author Share Posted March 16, 2011 1 = default, visible0 = not visiblehaha, wow. can't believe I missed that. Thanks. Link to comment Share on other sites More sharing options...
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