View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
legepe legepe is offline
external usenet poster
 
Posts: 1
Default link to combobox


Please HELP! I am trying everything, but with no success!!!
I cannot get this formula to work can anyone assist?
I have this in a different module to where tha actual macros are. Is
this correct? (although I´ve tried both)
Thanks
legepe

Private Sub ComboBox64_Change()
Select Case Me.ComboBox64.Value

Case "ENE"
Macro1

Case "FEB"
Macro2

Case "MAR"
Macro3

End Select
End Sub


--
legepe
------------------------------------------------------------------------
legepe's Profile: http://www.excelforum.com/member.php...o&userid=15485
View this thread: http://www.excelforum.com/showthread...hreadid=564141