DropDownOpening 事件,直接判断下拉控件的名字
If e.Form.DropDownBox.Name = "DropBox1" then
elseIf e.Form.DropDownBox.Name = "DropBox2" then
End If