Hi,

so here I come again, It seems like this app is a bit over my head so far...:-(

So I´ve made a bit of a progress from yesterday thx to Kyle123, but it seems I´ve hit the brickwall again, I mean i know a workaround, but again, dont like workarounds, so first I need to be sure there is no proper way of solving the issue than I´m gonna use it.

The thing is, I have first list box, where i have list from variable range (multiselect enabled) when user selects desired fields, another userform pops up where only selected values are listed (now only single selection enabled). In this userform, if user clicks on a value, another userform pops up where he is supposed to choose the setting for that value (order and format), and here comes my issue, when he does so, I need to store his selection in some kind of variable within the vba code rather than paste it to excel cell (which is my workaround) and I need to know if its possible.

it should work like this, lets say user chooses 4 values:

2nd lbx shows 4 values, user clicks through them all and sets em with proper order and format
then push the button (on the 2nd lbx) and final macro is executed accordingly to the each value in the list (set with desired properties).

PS - order is supposed to be set in a combobox (which is filled with the listcount from previous userform) and format are set with option buttons, all this is in the popup userform (only one is made for all the items in the list so it will have to change accordingly between the clicks - i mean once it has been set for one value, it has to somewhat "reset" before the setting of the second value and not overwrite the previous selection)

Hope my describtion is at least somewhat clear....:-D

Best regards

Soul