Search results

  1. R

    Just Register

    I like using Access in large enterprises environments. Access never fails to impress as a simple tool to solve complex problems!!
  2. R

    Remove Annoying "Logon Prompt" Using Outlook

    The following code works great with Outlook 2007, sending to a Yahoo Mail account without the pesky "Logon Prompt" Dim OutApp As Object Dim OutMail As Object Dim strBody As String On Error GoTo Err_SendEmail_Click Set OutApp = CreateObject("Outlook.Application") OutApp.Session.Logon...
Top Bottom