youknowwho4eva Posted April 16, 2009 Posted April 16, 2009 (edited) I tried to create a bug report for this but it kept marking it as spam, but the thing at the top in yellow in the help file (sorry I don't know what it should be called) isn't 100% correct. I searched the bug reports, and didn't find a topic concerning it. In the help file it states: #Include <Excel.au3> _ExcelBookSaveAs($oExcel, $sFilePath, $sType = "xls", $fAlerts = 0, $fOverWrite = 0, $sPassword = "", $sWritePassword = "", $iAccessMode = 1, $iConflictResolution = 2) And should be: #Include <Excel.au3> _ExcelBookSaveAs($oExcel, $sFilePath[, $sType = "xls"[, $fAlerts = 0[, $fOverWrite = 0[, $sPassword = ""[, $sWritePassword = ""[, $iAccessMode = 1[, $iConflictResolution = 2]]]]]]]) Noting that only the first 2 Parameters are required. Looking through the UDF more, For Columndelete and insert, and Rowdelete and insert, the last parameter should state = 1 and be bracketed as well. Edit: should also state in the Parameters chart that the default is 1 Another Edit: noticed I used the wrong function in the title Edited April 16, 2009 by youknowwho4eva Giggity
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