View Single Post
  #2  
Old January 17th 06, 03:51 PM posted to microsoft.public.outlook.program_vba
Jay Taplin
external usenet poster
 
Posts: 7
Default string variable that contains formatting

You should be able to assign the RTF property to a string variable, such as:

strRTF = RichTextBox1.RTF

To parse the text and replace the signature you'll need to understand the
RTF codes...

Jay Taplin MCP


Ads