Outllok is timimg out when sending e-mail from access database

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

Guest

I have a macro set up in access to e-mail reports in excel format.
I have just upgraded to XP and Microsoft Outlook keeps timing out when the
macr is running.
Does anyone know how to increase the time allowed?
Thanks
 
Icmeler said:
I have a macro set up in access to e-mail reports in excel format.
I have just upgraded to XP and Microsoft Outlook keeps timing out when the
macr is running.
Does anyone know how to increase the time allowed?
Thanks

Windows is event driven and code events from Office are sequential. It
shouldn't time out. Try writing your macro as VBA code (Hint: look at
"SendObject" in help) or at the sample code on my website. Which will email
from Outlook without timing out:

http://www.datastrat.com/Code/OutlookEmail.txt
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Thankyou for your reply.
Unfortunately I know little about Visual basics and am unsure how to set
this up.
Is there any easy way of doing it?
Thankyou
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top