That's very odd that /resetfolders wouldn't fix it. I can think of only one more thing to try: Display the Contacts1 folder, then run this VBA code snippet:
Sub MaybeRename
Application.ActiveExplorer.CurrentFolder = "Contacts"
MsgBox "The name of this folder is " & _
Application.ActiveExplorer.CurrentFolder.Name
End Sub

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue, Yes I did try both.
>
[quoted text clipped - 29 lines]
>> >> >
>> >> > Try starting Outlook once with the /resetfoldernames command line switch.
Hi Sue,
It comes up with a pop-up indicating that "The Macros in this project are
disabled. Please refer to the online help....".
I verified that visual basic for applications is enable in the office
setup.
To make sure I am doing it correct (been many years since I did coding and
used VB), here are the steps I followed:
1. Opened outlook and clicked on contacts and then clicked on the Contacts1
folder.
2. I then clicked on Tools, Macro, Visual Basic editor
3. Once VB came up I pasted your snippet inside the code window on the
right.
4. The left hand top indicated that I am in Project 1(VbaProject.OTM) and
the sub to that is "Microsoft Office Outlook Objects" and the sub to that is
ThisOutlookSession.
5. Above the code it indicates that I am in the (General) section.
6. When I press execute (>) it pops up the macros disabled message.
7. I then checked the Macro Security under Tools, Macro and set it from
High to Low.
8. Ran the code again with the same error.
Is it possible that our internal MS software team has global policies
enabled blocking it?
Is there a way to check if this is the case?
Thank You
Gary
> That's very odd that /resetfolders wouldn't fix it. I can think of only one more thing to try: Display the Contacts1 folder, then run this VBA code snippet:
>
[quoted text clipped - 37 lines]
> >> >> >
> >> >> > Try starting Outlook once with the /resetfoldernames command line switch.
Sue Mosher [MVP-Outlook] - 28 Dec 2006 03:17 GMT
> It comes up with a pop-up indicating that "The Macros in this project are
> disabled. Please refer to the online help....".
Tools | Macros | Security. Restart after changing the security level.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue,
>
[quoted text clipped - 34 lines]
>> Application.ActiveExplorer.CurrentFolder.Name
>> End Sub
>>
>> > Hi Sue, Yes I did try both.
[quoted text clipped - 13 lines]
>> >
>> >> No, /resetfoldernames would not affect any data items. Did you also try /ResetFolders?
>> >>
>> >> > Also, I lost all my calendar entries from today forward, including recurring
[quoted text clipped - 13 lines]
>> >> >> >
>> >> >> > Try starting Outlook once with the /resetfoldernames command line switch.