Hi,

My combobox contains few items like (weekly, Bi-weekly, Monthly). What i am trying to do is , if combobox value is "weekly" and if i click on command button1 then run "macro1". Similarly if combobox value is "Bi-weekly" and if i click on command button2 then run "macro2".

How to get this to work using vba code? And which command button should be used? (i mean ActiveX or Form)

Thank You!