D
David Whicker
Greetings All,
I have a Command Button in the body of my Custom Outlook Form (Not in
the menus or Toolbars).
What steps do I need to do to allow this button to run code in my VB
COM AddIn?
The code on the Custom Outlook form is:
Sub CommandButton1_Click
'Attempt To run code now
Call FindContact("David")
End Sub
And FindContact is a Sub in the AddIn.
Thanks in advance,
David Whicker
dwhicker@REMOVE_THIShotmail.com
I have a Command Button in the body of my Custom Outlook Form (Not in
the menus or Toolbars).
What steps do I need to do to allow this button to run code in my VB
COM AddIn?
The code on the Custom Outlook form is:
Sub CommandButton1_Click
'Attempt To run code now
Call FindContact("David")
End Sub
And FindContact is a Sub in the AddIn.
Thanks in advance,
David Whicker
dwhicker@REMOVE_THIShotmail.com