Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I try to do a simple test in a custom form (task or calendar).
I add a button (GoButton), and add the following code (script editor):

Private Sub GoButton_Click ()
MsgBox ("Yop!")
End Sub

If I test directly the form, I click the GoButton and the window with "Yop!" appears.
If I publish the form and I associate as default form if I use the form when I press the GoButton... nothing happens (no "Yop !" messagebox).

Macro security is at least, I do not see where is the problem.

Anyone have an idea?
Thank you!
Azaone
Posted
Comments
Sergey Alexandrovich Kryukov 25-Nov-12 11:27am    
Move two members of the sum expression to the right part of the equation:
nothing - button - code = Outlook 2010 custom form
Problem solved. :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900