walec Posted March 3, 2019 Posted March 3, 2019 I have a problem with function _OOoCalc_FindInRange. The function results only one score Local $Szukanie_Produktu = _OOoCalc_FindInRange($oCalc, "10804031", -1, -1, -1, -1, "Dostawa") MsgBox(0, "" ,'|'& UBound($Szukanie_Produktu) &'|') If I have more cells with the same value then I have an error : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: $avReturn[0][$eString] = $oCell.getString ^ ERROR How to find positions all cells ???
Developers Jos Posted March 3, 2019 Developers Posted March 3, 2019 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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