Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo box Event with Outlook and VBScript

Status
Not open for further replies.

jeffcravener

Technical User
Apr 10, 2003
37
US
I have two combo boxes, we'll say cboBox1 and cboBox2

Depending on what is selected in cboBox1, will determine what will appear in cboBox2.

BUT, I can't figure out the event to code!!!

I am REALLY new to VBScript, most of what I have done so far has been luck because of my knowledge of VB6.

These are two subs i tried:

sub cboBox1_Click()
msgbox "worked"
end sub

and

sub cboBox1_Change()
msgbox "worked"
end sub

Neither worked : (
 
Have you tried cboBox1_onClick() ?


Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top