So I have a bit of code which currently runs on the worksheet_selectionchange procedure, which updates the values in a form with the values from specified worksheet.
The worksheet to look for is dictated by the value in "E3". However I want this data to be amendable, so I only want it to change when "E3" is changed, not when there is a selection change anywhere in the worksheet.
Where do I put the code in order to make it so that it only runs when "E3" is changed.
The worksheet to look for is dictated by the value in "E3". However I want this data to be amendable, so I only want it to change when "E3" is changed, not when there is a selection change anywhere in the worksheet.
Where do I put the code in order to make it so that it only runs when "E3" is changed.