i would like to write an Outlook 2010 form. i have added custom controls(ctr1, ctr2) on the form, and have written a macro to read the values. i wld like to append the custom controls values to the message body;
message = message & ctr1 & ctr2. and have added this to the onsend event of the outlook app. this doesnt update the message value. does anyone know what im doing wrong.
Regards
message = message & ctr1 & ctr2. and have added this to the onsend event of the outlook app. this doesnt update the message value. does anyone know what im doing wrong.
Regards