Macro to prompt for metadata and them place in the subject line

  • Thread starter Thread starter Ben Bazian
  • Start date Start date
B

Ben Bazian

I am a newbee to macro programming. I have a macro that will take a message
and forward it to a fixed email address. Is there a way that I can have the
macro prompt for metadata and then populate it in the subject line?

Thanks
 
Am Tue, 11 Apr 2006 08:44:19 -0400 schrieb Ben Bazian:

Ben, you could use e.g. the InputBox function to prompt for one input. Then
add the returned value to the item´s Subject property.
 
Back
Top