bcs0262cop
New Member
- Joined
- May 22, 2023
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
I have two sheets in a workbook. Sheet A contains approximately 50 names with about 100 unique numbers associated with each name. Sheet B has a cell with a dropdown which lists each name from sheet A. I would like a VBA code which when a name in sheet B is selected it will randomly select a number from sheet A which is associated with that name.
I currently use a function but with the function it changes every time something changes on the sheet
I currently use a function but with the function it changes every time something changes on the sheet