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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by emontale

  1. emontale

    Using VBA to Set SMTP Servers

    Hi, I am posting how I dealt with the issue in case it may help someone. Not the perfect solution but it works for me at the moment. 1. Create Macros in Outlook Sub Location1() '- change SMTP to desired Location1 Dim AltKey As String Dim CtrlKey As String Dim ShiftKey As...
  2. emontale

    Using VBA to Set SMTP Servers

    Hi, I am now using a SendKey macro for each location and buttons placed in tool bars. The Macro is: Sub MACRONAME() Dim AltKey As String Dim CtrlKey As String Dim ShiftKey As String Dim TabKey As String Dim EnterKey As String '--------------------------...
  3. emontale

    Using VBA to Set SMTP Servers

    Hi, I am now going through the same problem and changing profiles is not really working well. Did anyone figure out how to use VBA?

Part and Inventory Search

Back
Top