I have a contacts form that I want to run VBScript on. I have sample forms from the internet and I understand the objects, etc. My problem is that I can't get any of the code to run.
These exact examples work on Outlook forms I've downloaded, but not on mine.
Function Item_Open()
msgbox "TEST"
End Function
Sub CheckBox1_Click()
msgbox "click"
End Sub
' where CheckBox1 is the name of my Checkbox
What can I do?
These exact examples work on Outlook forms I've downloaded, but not on mine.
Function Item_Open()
msgbox "TEST"
End Function
Sub CheckBox1_Click()
msgbox "click"
End Sub
' where CheckBox1 is the name of my Checkbox
What can I do?