Hi there,
I would like to be able to run different Macros from about 4 different drop down lists in one single sheet. I am using the following code to run from a single drop down list.
How can I run more macros from other drop down lists located in other cells in the same sheet.![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$7" Then If Target = "30" Then T_30
Any help on this issue would be greatly appreciated,
Regards,
James.![]()
![]()
Bookmarks