R
Raphaël ZHOU \(Jadiam\)
How to handling Custom Form Control Event in VB Com Add-In?
I have a ListBox in my custom Form for Outlook. I cannot use WithEvents with
ListBox object! : (
Private Sub objListBox1_Click()
MsgBox ("message")
End Sub
Please help me!
I have a ListBox in my custom Form for Outlook. I cannot use WithEvents with
ListBox object! : (
Private Sub objListBox1_Click()
MsgBox ("message")
End Sub
Please help me!