Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Primaries

    Outlook Function Causes Runtime Error in Access Runtime versions

    Joe, I have found a workaround on the web which fixes the problem for me. This does not work Set olApp = CreateObject("Outlook.Application") This does work. Set olApp = CreateObject("Outlook.Application", "localhost") Andy
  2. Primaries

    Outlook Function Causes Runtime Error in Access Runtime versions

    Joe, I have the same problem. I am migrating from a notebook which had Office XP Pro and then Office 2003 SBE. I have a spreadsheet that uses Outlook to send emails using similar code to the code you posted. On the new notebook I have installed Office 2003 SBE and Access 2002. I get the...

Part and Inventory Search

Back
Top