hi Jewel, i changed just this line. basically from the original code where it was 3 to your desired column 2 (Column B).
press ALT + F11 to go into VBA editor. go to View -> Project Explorer. you should see a window on the top right. double-click Sheet1 & paste the codes
go to Sheet2 & press CTRL + F3. click on the Named Range NumberList & click on the range below "Refers to". select C2:C12.
go back to Sheet1 & you then need to select B3:B10. go to Data -> Data Validation -> Allow List -> Source:
=NumbersList
save file as xlsm or xls to be able to contain macros. attaching finished eg.
ps: remember to put code tags
Bookmarks