View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
davesexcel[_41_] davesexcel[_41_] is offline
external usenet poster
 
Posts: 1
Default Run Macro after value change from drop down list


Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" Then
Application.Run "Book1!Macro1"
End If
End Sub


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=519577