I have some code that causes any cell that contains a drop-down to increase in size (Private Sub Worksheet_SelectionChange(ByVal Target As Range) so I can see the choices when working in the field, however, any code I write that includes a range that contains a drop down menu will divert the procedure and run "Worksheet_SelectionChange". Is there some code I can put in my routine that will suppress "Worksheet_SelectionChange"?
Thank you in advance for any help!
Thank you in advance for any help!