Problem with VBA and different language versions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.

I have macro written under OUTLOOK 2003. It works under:
- OUTLOOK 2003 PL (polish)
- OUTLOOK 2003 CZ (czech)
- OUTLOOK 2000 PL

but it doesn't work under OUTLOOK 200 CS. I receive ERROR:

"Compile error in hidden module:ThisOutlookSesion Can't find project or
Library"

And the debugger stops in first line of macro:
"Set okay_panel = Application.ActiveExplorer.CommandBars.Add(Name:="OKAY",
Position:=msoBarTop, Temporary:=True)"

Do You have any idea how to solve that problem? Greetings!
 
Back
Top