![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
In my Access program I can insert predefined string content into Text Boxes
using various shortcust like Alt+1, Alt+2 etc. (I monitor for that in the Form_KeyDown event). I would love to be able to do similar inserts into email body. (yes each user could set up their own strings in Signatures but I would rather have the many commonly used ones stored in the Access DB) I have not programmed Outlook other than to use Automation in Access to fill out an email's To, Subject, Body etc and send it off. (I use Redemption). -- Regards Tom |
#2
|
|||
|
|||
![]() The only way in Outlook to define shortcuts is to customize the toolbar, add your own button, and find an accelerator for it that isn't used yet. In order to define the accelerator, use the ampersand in the button's caption. Chances are good that &1, &2, etc. are available. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Fri, 11 Sep 2009 19:36:01 -0700 schrieb ThomasAJ: In my Access program I can insert predefined string content into Text Boxes using various shortcust like Alt+1, Alt+2 etc. (I monitor for that in the Form_KeyDown event). I would love to be able to do similar inserts into email body. (yes each user could set up their own strings in Signatures but I would rather have the many commonly used ones stored in the Access DB) I have not programmed Outlook other than to use Automation in Access to fill out an email's To, Subject, Body etc and send it off. (I use Redemption). |
#3
|
|||
|
|||
![]()
Yes I understand.
BUT I meant to do Signature type inserts programmatically from Access. eg user opens new mail item, clicks on my Access app, presses Alt+1 and then via Automation the insert occurs. I was hoping for some code in Access to manipulate the insertion into the email body. -- Regards Tom "Michael Bauer [MVP - Outlook]" wrote: The only way in Outlook to define shortcuts is to customize the toolbar, add your own button, and find an accelerator for it that isn't used yet. In order to define the accelerator, use the ampersand in the button's caption. Chances are good that &1, &2, etc. are available. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Fri, 11 Sep 2009 19:36:01 -0700 schrieb ThomasAJ: In my Access program I can insert predefined string content into Text Boxes using various shortcust like Alt+1, Alt+2 etc. (I monitor for that in the Form_KeyDown event). I would love to be able to do similar inserts into email body. (yes each user could set up their own strings in Signatures but I would rather have the many commonly used ones stored in the Access DB) I have not programmed Outlook other than to use Automation in Access to fill out an email's To, Subject, Body etc and send it off. (I use Redemption). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA to insert Hyperlink in Email Body | K[_3_] | Outlook and VBA | 0 | April 23rd 09 04:55 PM |
search for string of contacts by a string of email addresses | Kerm Rudgeon | Outlook - Using Contacts | 2 | October 21st 08 08:51 PM |
Macros - Program to insert text only into body of email | Dan 2.0 | Outlook and VBA | 2 | October 12th 08 02:12 AM |
Cannot Insert picture as attachment only in body of email | sylvia | Outlook - General Queries | 1 | July 14th 08 11:04 AM |
insert as text (to insert html into email body) | Iona | Outlook - General Queries | 1 | July 13th 06 01:10 PM |