View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicole Seibert Nicole Seibert is offline
external usenet poster
 
Posts: 60
Default Calling Outlook in Excel runtime error

Hello fellow helpers,

Has anyone seen this runtime error before? And I quote:

The message store has reached its maximum size. To reduce the amount of
data in this message store, select some items that you no longer need,
permanently (shift + del) delete them.

Does this mean that VBA when calling up my Outlook finds that it can't send
out the messages I request because the outbox is too large? That doesn't even
make sense since I am immediately (or appearing to immediately) send out the
email upon creation.

Or, does this mean that ... well, something else? Any help would be
appreciated.