I have a List Box on a user form that is multi-select. With a little assistance I have code that will iterate the list box and show me what has been selected from the list box.
The last step of my journey is to now have the selected items from the list box on a user form, display in a text box on my report.
Further background, I have a user form where the user will select data, then press a button and on the button press a report is generated. I'm needing (on the button press event) the selected values from the list box to display in the text box on the report.
The last step of my journey is to now have the selected items from the list box on a user form, display in a text box on my report.
Further background, I have a user form where the user will select data, then press a button and on the button press a report is generated. I'm needing (on the button press event) the selected values from the list box to display in the text box on the report.