Where is your listbox located? Let's say it's located on a userform, try...
Code:
myListBoxSelection = userform1.ListBox1.Value
If the code resides within the code module for either your sheet or userform, you can use the following instead...
Code:
myListBoxSelection = Me.ListBox1.Value
Note that the keyword Me will refer to the object in which it resides. So, if the code resides with the sheet code module, Me will refer to the Sheet object. And, if the code resides with the userform code module, it will refer to the UserForm object.
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.