I am trying to design a custom message (send email) form to make my repetetive task easier. (I want the message body and title to change based on custom field and attachment).
But I just can't get any script to run.
I created a new form with "Design a form" based on the standard message form.
I added a label, textbox and command button.
Then I clicked on "view code" and entered some basic script like (and Why is there no VBA editor, just like when you do a maro etc.).
Sub CommandButton1_Click()
msgbox "Hello World"
End Sub
But I can't get that to work. When I "run this form", the display and buttons are there but nothing happens. Same when I publish the form to my personnal library. I just don,t know what else to do.
But I just can't get any script to run.
I created a new form with "Design a form" based on the standard message form.
I added a label, textbox and command button.
Then I clicked on "view code" and entered some basic script like (and Why is there no VBA editor, just like when you do a maro etc.).
Sub CommandButton1_Click()
msgbox "Hello World"
End Sub
But I can't get that to work. When I "run this form", the display and buttons are there but nothing happens. Same when I publish the form to my personnal library. I just don,t know what else to do.