Srcollection Posted May 26, 2009 Posted May 26, 2009 (edited) user1 DETUSERID1 user2 DETUSERID2 is the excel cells - row1,col1=user1, row2,col1=user2 my code for input to the combobox = Code GeSHi (autoit): Dim $sStr2 = '' For $i = 1 To $aArrayUSER[0][0] For $j = 1 To $aArrayUSER[0][1] If $aArrayUSER[$i][$j] <> "" Then $sStr2 &= $aArrayUSER[$i][$j] & '|' Next Next $sStr2 = StringTrimRight($sStr2, 1) Edited May 26, 2009 by SmOke_N removed links
Srcollection Posted May 26, 2009 Author Posted May 26, 2009 (edited) can you give an example of how autoit would output a gui with a list selection and output to an excel spreadsheet? Edited May 26, 2009 by SmOke_N removed links
Moderators SmOke_N Posted May 26, 2009 Moderators Posted May 26, 2009 Two topics merged on same program ... with as many posts as you just made, I certainly hope your account status doesn't go away quickly with this type of spamming. Keep the topics to a minimum if you can. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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