View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Loane Sharp[_2_] Loane Sharp[_2_] is offline
external usenet poster
 
Posts: 12
Default programmatically add Outlook control for user interaction/feedback

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