Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Software and Programs A place where you can share links to Windows applications , Adobe , Microsoft , Rapidshare , Megaupload..

Software and Programs Thread, Help with Outlook/Word 2003 Buttons in Software & Hardware , Games; I have been battling with Microsoft Outlook 2003 for a while now. The Problem: I have created several macros (they ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=25408


Reply
LinkBack Thread Tools Display Modes
Help with Outlook/Word 2003 Buttons
 
 
Senior Member

Reply With Quote
 
Join Date: Dec 2008
Posts: 18,122
05-02-2009, 03:21 AM
 
I have been battling with Microsoft Outlook 2003 for a while now. The Problem: I have created several macros (they all accomplish the same thing) and every time I make a button for the macro and add it to the toolbar it disappears after an...

I have been battling with Microsoft Outlook 2003 for a while now.

The Problem:
I have created several macros (they all accomplish the same thing) and every time I make a button for the macro and add it to the toolbar it disappears after an Outlook restart. I originally only had two buttons that i created which actually have stayed like they should. Any new buttons disappear as described above. The macros remain but the buttons disappear!

Background:
I have created a few macros to add text into the subject line. This text includes a one time manual entry into the code as well as the macro grabbing the date and putting it into a specific format before adding it to the subject line. The code can be seen below:

Sub XXX()
On Error Resume Next
Set msg = ActiveDocument.MailEnvelope.Item.GetInspector.Curr entItem
Today = Format(Now(), "yymmdd")
If Not msg Is Nothing Then
msg.Subject = "XXX " & Today + " - " + msg.Subject
End If
msg.Subject = Nothing
End Sub

-This is run on MS Outlook 2003 (using MS Word 2003 as the editor, so it is technically a Word macro).
-Windows XP OS

Things I have tried:
I have tried using the /a switch (which sometimes runs a utility I was told)... didn't work.
I have edited Normal.dot... didn't work
I have deleted Normal.dot and allowed a new one to be created... didn't work
I have repeated the two above but doing it to Email.dot
I have played with the code to see if that changed anything... didn't work

Does anyone know how to fix this problem?

I appreciate the help!
 
 
 
Reply

Software and Programs Thread, Help with Outlook/Word 2003 Buttons in Software & Hardware , Games; I have been battling with Microsoft Outlook 2003 for a while now. The Problem: I have created several macros (they ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=25408


Bookmarks

Tags
2003, buttons, outlook or word


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump