Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day gents.
Hopefully you with your great experience can help me for the following vba issue. I have an excel file with an userform who has a listbox and a sheet with some records. Those records have a string on first column and correspondly a score (integer) on the second column What I want to do by vba into the userform is to sum the content of those records column A (showing the result into the listbox) until the characthers of "string sum" is max 21 character including the space between the records. For example I have data (column A) with score (column b) into sheets3 like follows A B First 12 Second 9 Third 4 .. .. fiftheenth 10 .. twentyth 9 macro has to sum starting from "First" down until the string sum (for example "first second fiftheen") characters are "21", so showing this result into listbox into the userform and related sum score (in this example score = 31) in the same listbox. Sheet3 contains 1000 records so macro ha to repeat the same loop to find as much as string sum possible with this criteria (I remember the sum of character max 21) showing all to the listbox a.m. Thanks so much for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
UserForm Listbox issue | Excel Discussion (Misc queries) | |||
VBA: Creating listbox similar to the one in Pivot table (Listbox+Checkbox) | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming |