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...
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
'--------------------------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.