On Fri, 11 Feb 2011 10:21:16 -0800 (PST), HammerJoe@... wrote in
microsoft.public.outlook.program_vba:
>Michael,
>
>Thank you for the help.
>Unfortunately its not much help for me. Although I know a bit of Vba,
>I am not familiar with its integration with Outlook.
>
>Would you be kind to have some kind of working SUB that I could use?
>Once I see how it works in Outlook I might be able to figure it out.
>
>Thanks again.
>
>> You need to develop a method to return a signature name based on
>> Activeexplorer.CurrentFolder.FolderPath
>>
>> Then you need to open the file with the signature, read it and insert it
>> into the message (which needs a different treatment for HTML messages
>> and text-only messages); all driven by a event triggers (Reply,
>> ReplyAll, Forward, NewInspector, <inspector>.Activate and possibly
>> others).
>>
>> Alternatively, the task might be simplified with
>>