View Single Post
  #2  
Old February 22nd 10, 05:56 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default "Cannot load GUI library into memory"

Are there any Outlook addins being run? That is not a normal Outlook startup
error message, some other code is firing that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"GeorgeAtPrime" wrote in message
...
Does anyone know how I could eliminate the "Cannot load GUI library into
Memory" warning upon creating a new istance of outlook?

I am trying to automate some "overnight" emails from excel/access vba that
requires outlook to be open. If not open, my excel vba opens a new
instance
of outlook. Unfortunately, upon doing so, i receive an Outlook 2007
warning
pop-up stating "Cannot load GUI library into memory", effectively halting
the
procedure until the user clicks "ok".

Any ideas as to how to either: 1) successfully direct Outlook 2007 to load
the "GUI library", or 2: disable such pop-up warnings when Outlook is
loading?

I'm ok with excel vba, but not too familiar with outlook. Sorry if this
is
a dumb question.


Ads