Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I used a combination of both of your codes and it works well. Thanks fo your help. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$G$9" Then Select Case Target.Value Case "CO Wage" COWage 'run COWage macro Case "AZ Wage" AZWage 'run AZWage macro Case Else MsgBox Target.Value & " Caused an error" End Select End If End Su -- mgmcdevit ----------------------------------------------------------------------- mgmcdevitt's Profile: http://www.excelforum.com/member.php...fo&userid=2659 View this thread: http://www.excelforum.com/showthread.php?threadid=46694 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run macro from drop list | Excel Discussion (Misc queries) | |||
How do I assign a set of values to a selection from a drop list? | New Users to Excel | |||
Assign macro to each item of a drop-down list or combo box - how? | Excel Programming | |||
Can I assign a macro to each item in a drop-down list? | Excel Programming | |||
Assign values to names in a drop-down list? | Excel Discussion (Misc queries) |