Hi, I have build a custom form and added a control button on it to trigger a test pop up message.
When I enter the vb code in the vbscript editor of the custom form then publish the form (in either personal and inbox folder) nothing happen when I click the button on the published form.
I have researched pretty much everything to try and resolve this but still no luck, can anyone help please?
-I am using outlook 2010 corporately distributed via exchange to my desktop.
-I build the form in designer more
-I made sure the security setting allowed to run vb in both public and shared folder
-I also ensure forward message picks up the custom form
Note the VBA editor works when I trigger the same script e.g.
Sub CommandButton1_Click()
'Set objPage = Item.GetInspector.ModifiedFormPages("newFormEmail ")
'Set Control = objPage.Controls("CommandButton1")
MsgBox "Hello World"
End Sub
When I enter the vb code in the vbscript editor of the custom form then publish the form (in either personal and inbox folder) nothing happen when I click the button on the published form.
I have researched pretty much everything to try and resolve this but still no luck, can anyone help please?
-I am using outlook 2010 corporately distributed via exchange to my desktop.
-I build the form in designer more
-I made sure the security setting allowed to run vb in both public and shared folder
-I also ensure forward message picks up the custom form
Note the VBA editor works when I trigger the same script e.g.
Sub CommandButton1_Click()
'Set objPage = Item.GetInspector.ModifiedFormPages("newFormEmail ")
'Set Control = objPage.Controls("CommandButton1")
MsgBox "Hello World"
End Sub