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