programmatically add control for user interaction/feedback

  • Thread starter Thread starter Loane Sharp
  • Start date Start date
L

Loane Sharp

Hi there

I am using Excel 2003 and VBA to programmatically create an Outlook 2003
e-mail message. All is working perfectly on this score ...

I want to ramp up the sophistication a bit and let a user who receives an
e-mail enter some text in a textbox and return the data to me by reply
e-mail.

Is it possible to programmatically add a control (say, a textbox) to an HTML
e-mail message using the Outlook object model from within Excel 2003 using
VBA?

Best regards
Loane
 
Not on the recipient side, which is where it sounds like you'd want it. Any self-respecting email program will not run code in HTML messages.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top