| Thread | Last Post | Replies |
|
| Reminder from Excel Workbook | 29 Feb 2008 17:03 GMT | 1 |
Is there a way to automatically set up an Outlook pop up reminder from Excel based on a certain entry a user inputs in to a workbook. Basically if a date is inserted in to cell "H4" I want to automatically create and reminder for the person name identified in cell "I4" to follow ...
|
| Distribution Lists Not Bolded (via VBA) | 28 Feb 2008 22:08 GMT | 2 |
I wrote some VBA to create about 100 EMails, paste the contents of Excel worksheets into the bodies, place distribution lists in To and BCC, and save the Emails to the Drafts folder. The distribution lists do not populate and turn bold/underlined as they do when manually selected ...
|
| Looking for code to wait/pause for input... | 28 Feb 2008 21:35 GMT | 9 |
This code is a few months old (and was put together here with the help of some very awesome posters), and I've been recently commissioned to upgrade it. How it's working now is to watch the Inbox for any emails (with a
|
| How do I call a VBA macro to process every incoming message? | 28 Feb 2008 15:01 GMT | 2 |
I need to call a COM component to process each incoming message. I can write VBA to call it and get the response, but I can't find out how to invoke a VBA function from an Outlook rule.
|
| Don't "see" my macro when I try to run it | 28 Feb 2008 14:26 GMT | 4 |
Writing my first VBA for Outlook 2003, although I have written many for EXCEL. I created the macro and saved VBAProhect.OTM, but then when I return to Outlook and choose Tools|Macro|Macros.., there are no entries and everything is diabled except 'Cancel'. If I type the name in ...
|
| automated saving body and attachment | 28 Feb 2008 02:04 GMT | 5 |
I am trying to make a VB macro to run Outlook, process every email that comes to the inbox from a machine that sends an identical email subject with a small amount of descriptive text in the body and a numerical .csv data file attachment. It reads a unique time, date and type ...
|
| Redemption Error | 27 Feb 2008 22:43 GMT | 3 |
I have a program using Redemption RDO to access .msg files. Generally, it works quite well, but for a few files I get an error: -2147352567 File [file name/path] does not exist., (failed on "GetMessageFromMsgFile")
|
| Expand group in meeting request using VBA | 27 Feb 2008 21:37 GMT | 4 |
Say I have a meeting request to a distribution group. In order to see the meeting response I will have to manually expand the group. How could I do it using VBA?
|
| Excel Contacts to Outlook: Need the field names!! | 27 Feb 2008 18:39 GMT | 2 |
I found an awesome approach to moving contacts in Excel to Outlook!! http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#co mment-30943 We manage our contacts in Excel as it is easer for the staff. I’ve used some of this code to directly import contacts ...
|
| Urgent Help... | 27 Feb 2008 05:51 GMT | 1 |
I want to fetch a report to get Subject & Sent details in excel between given 2 dates. TIA
|
| Send email from Access using Outlook template | 27 Feb 2008 05:44 GMT | 1 |
Trying to send email from Access using an Outlook Template. Any code or suggestions on how to do this would be appreciated.
 Signature Jerry M. Faison III, MCP
|
| Shared Calendar Owner's Name | 26 Feb 2008 20:45 GMT | 5 |
Is there any way of extracting a user (owner) name from a displayed appointment item from a shared calendar? What I am trying to do is as follows: Double click on a visible shared Calendar (e.g. that of “Wilson, Dan
|
| Turn off reminders programatically | 26 Feb 2008 20:27 GMT | 8 |
Outlook 2007 SP1/Exchange 2007 I want to programmatically turn off reminders for all 'all day' events that I receive. Can anyone give me some guidance of how I might do this. I have some experience of using VBA, but none with Outlook.
|
| Email Signatures | 26 Feb 2008 16:51 GMT | 1 |
Does anyone know how to add your email signature to an email that has been generated from code? Thanks Chris
|
| Determine EntryID | 26 Feb 2008 05:36 GMT | 3 |
i am creating a new contact using vba ************ Set objFolder = myNameSpace.GetDefaultFolder(olFolderContacts) Set objItems = objFolder.Items
|