Right click on the toolbar, Customize, Commands, Macros, then drag the
macro's name onto the toolbar. Right click again on the new button to
customize its caption etc.
--
Best regards
Michael Bauer - MVP Outlook
Synchronize Color Categories & Ensure that Every Item Gets Categorized:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Sat, 17 Nov 2007 02:51:00 -0800 schrieb Steve Moss:
> I am not too sure how to create the button in the first place. i copied
the
> code to VBA editor (creating a new Macro) which i was going to attach to a
> Button, but this didnt work, as I couldnt create the button.
>
> "Michael Bauer [MVP - Outlook]" wrote:
>
>>
>>
>> This VBA sample might help you:
>>
http://www.vboffice.net/sample.html?...&lang=en&pub=6
>>
>> instead of setting the Mail.DeleteAfterSubmit property write this:
>>
>> Mail.Subject = "Release-Authorised " & Mail.Subject
>>
>> --
>> Best regards
>> Michael Bauer - MVP Outlook
>> Synchronize Color Categories & Ensure that Every Item Gets Categorized:
>>
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
>>
>> Am Thu, 15 Nov 2007 03:27:00 -0800 schrieb Steve Moss:
>>
>>> Is there a way to make a custom button to put onto a toolbar. When
>> sending
>>> an external email I have to write "Release-Authorised" in the subject
box
>>> then my subject. If I forget to insert it, it takes a couple of days to
>>> return to me telling me it hasnt been sent. To save this happening I
>> would
>>> like to add a button next to the "New Mail" button which automates this
>>> process.
>>> Cheers
>>