Group:  Microsoft Outlook ยป microsoft.public.outlook.bcm
Thread: Add an Outlook Toolbar Button to Create a Business Note

Geek News

Add an Outlook Toolbar Button to Create a Business Note
mureren 4/22/2007 12:30:00 PM
i tryed to ad a macro but it make a run time error -2147221233 (8004010f)
and make this line in the macro yellow
Set historyFolder = bcmRootFolder.Folders("Communication History")
the macro is on this page http://blogs.msdn.com/bcm/archive/2007/02/28/Add-an-Outlook-Toolbar-Button-to-Create-a-Business-Note.aspx
i have the macro settings to Warnings for all macros
What do i do?
i have a danish version of office pro 2007
Re: Add an Outlook Toolbar Button to Create a Business Note
Bernhard Schmidt <shocker843[ at ]hotmail.com> 4/23/2007 10:09:15 AM
I don't know if this is your error, but the folder names in the BCM are
localized. I have the german version, so my case I had to use:
Set historyFolder = bcmRootFolder.Folders("Kommunikationshistorie")

Maybe change it to your danish folder name...but if this was your only
problem, it should throw out an exception, that the folder could not be
found...


mureren, am 22.04.2007 14:30:
[Quoted Text]
> i tryed to ad a macro but it make a run time error -2147221233 (8004010f)
> and make this line in the macro yellow
> Set historyFolder = bcmRootFolder.Folders("Communication History")
> the macro is on this page
> http://blogs.msdn.com/bcm/archive/2007/02/28/Add-an-Outlook-Toolbar-Button-to-Create-a-Business-Note.aspx
> i have the macro settings to Warnings for all macros
> What do i do?
> i have a danish version of office pro 2007
Re: Add an Outlook Toolbar Button to Create a Business Note
mureren 4/24/2007 8:18:02 PM
Thanks Bernhard

that was the case.

In danish its
Set historyFolder = bcmRootFolder.Folders("Kommunikationsoversigt")




"Bernhard Schmidt" wrote:

[Quoted Text]
> I don't know if this is your error, but the folder names in the BCM are
> localized. I have the german version, so my case I had to use:
> Set historyFolder = bcmRootFolder.Folders("Kommunikationshistorie")
>
> Maybe change it to your danish folder name...but if this was your only
> problem, it should throw out an exception, that the folder could not be
> found...
>
>
> mureren, am 22.04.2007 14:30:
> > i tryed to ad a macro but it make a run time error -2147221233 (8004010f)
> > and make this line in the macro yellow
> > Set historyFolder = bcmRootFolder.Folders("Communication History")
> > the macro is on this page
> > http://blogs.msdn.com/bcm/archive/2007/02/28/Add-an-Outlook-Toolbar-Button-to-Create-a-Business-Note.aspx
> > i have the macro settings to Warnings for all macros
> > What do i do?
> > i have a danish version of office pro 2007
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net