F
Frank Rice
I would like to add custom text to the bottom of my e-mail messages at
runtime, just below the signature block. I will add text to the form
dynamically in VBA when I create a message based on the form.
To do this I created a custom form based on the Message template. I then
added a text box to the form and set the Text property to some text so I can
see that the text box is actually on the form. That said, I'm having a
problem.
I can't drop the text box directly onto the body of the form. When I try to,
it puts the box on the outside of the body area in the gridded area. If I
play around with the form to finally get a text box in the body area, when I
view the form, the text box (with the text I added) doesn't show up when I
click Run the Form.
I have two questions:
Is there a way to add a text box to the body of a message using a text box?
More important yet, is there a way that I can add text to the bottom of a
message at runtime?
Thanks for your help.
runtime, just below the signature block. I will add text to the form
dynamically in VBA when I create a message based on the form.
To do this I created a custom form based on the Message template. I then
added a text box to the form and set the Text property to some text so I can
see that the text box is actually on the form. That said, I'm having a
problem.
I can't drop the text box directly onto the body of the form. When I try to,
it puts the box on the outside of the body area in the gridded area. If I
play around with the form to finally get a text box in the body area, when I
view the form, the text box (with the text I added) doesn't show up when I
click Run the Form.
I have two questions:
Is there a way to add a text box to the body of a message using a text box?
More important yet, is there a way that I can add text to the bottom of a
message at runtime?
Thanks for your help.