See
http://www.outlookcode.com/codedetail.aspx?id=962 for a VBA code sample
that shows how to do this by removing and adding the store after you've
changed its display name.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"GISgirlie" <GISgirlie RemoveThis @discussions.microsoft.com> wrote in message
news:94B6F0B3-811A-4C0C-B6EC-DAB609A3E5C7@microsoft.com...
>I am trying to create a button that will automatically create a new .pst
>file
> while using user input information to name the folders. I have everything
> working great, except, I can not get the folders to name anything other
> than
> 'personal folders'. I need to name the new folder group added something
> more
> specific or there will be numerous Personal Folders. I do not know what
> the
> object is to do this.
>
> VBA, Office Outlook 2003
>
> Any Ideas?