![]() |
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
|
|||
|
|||
![]()
Hi,
I would l like to set up a glossary of acronyms in Microsoft Outlook. So for example, if someone sends me an email with the word "VBA", and "VBA" was in my list of glossary terms, then once I place my mouse over the word, a pop up box or comment with "VBA: Visual Basic for Applications" will be shown. The glossary can be hard-coded into vba if there is no other way. Does anyone have any ideas? Thanks in advance. |
Ads |
#2
|
|||
|
|||
![]()
Boy, I wouldn't want to write that one in VBA code, or in any language.
You'd most likely need to write a Windows message handler and hook into all Windows messages from the mouse. You'd have to get the mouse coordinates, match those somehow to the Outlook window and the text under the mouse cursor, figure out what the text was and then display your dialog window. That's really almost completely a Win32 API program and not really suitable for VBA coding. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Mike" wrote in message ... Hi, I would l like to set up a glossary of acronyms in Microsoft Outlook. So for example, if someone sends me an email with the word "VBA", and "VBA" was in my list of glossary terms, then once I place my mouse over the word, a pop up box or comment with "VBA: Visual Basic for Applications" will be shown. The glossary can be hard-coded into vba if there is no other way. Does anyone have any ideas? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Opening Outlook - Mouse Selection problems | Jason | Outlook - General Queries | 0 | September 17th 07 03:34 AM |
Outlook 2003 crash after drop down list selection with mouse | FabrÃcio Souza | Outlook - Installation | 0 | May 21st 07 08:10 PM |
Want to hide mouse cursor(I-beam) in Outlook | Danny | Outlook - General Queries | 1 | March 7th 07 01:41 PM |
Wireless mouse stops working properly in Outlook 2003 | MarcoCinn | Outlook - General Queries | 1 | November 24th 06 05:36 PM |
Mouse dissappears in Outlook 2007 B2 | tomax7 | Outlook - General Queries | 5 | June 8th 06 07:31 PM |