I have an excel form I am creating.
The user has asked for two radio buttons called Goods1 and Goods2
If the user ticks Goods1 a field on the form called txt_Goodsname will lookup what is held in a spreadsheet called "LookupLists" in call M3 (named range Goods1) and return that name.
If the user ticks Goods2 the field on the form called txt_Goodsname will lookup what is held in a spreadsheet called "LookupLists" in cell N3(named range called Goods2)
and return that name.
I'm a little new to this and tried writing some code on the click of radio button 1
Unsurprisingly it doesn't work. I would greatly appreciate any pointers in the right direction.
Many thanks
Bookmarks