| Thread | Last Post | Replies |
|
| How to batch edit subject line of outlook emails | 31 Dec 2006 01:02 GMT | 2 |
Hi, I was hoping someone could help me. I would like to batch edit a number of email folders in outlook 2007. The current situation is that the emails in a number of my folders have common subject lines, for example:
|
| VBAProject_OTM disappeared after over 1000 rule tests in Outlook 2003 | 28 Dec 2006 16:15 GMT | 6 |
I had a rule that used a script. The code executed parsed text from incoming emails (sales leads), and using DAO, wrote the parsed text to an access 2003 database. During individual testing the code worked fine.
|
| calculate recurrence of an appointment? | 27 Dec 2006 16:44 GMT | 2 |
I am looking for an add-in or macro, or advice on how best to program one, that can do something like this: (Assuming a series of past appointments it can locate and use) I enter
|
| newbie creating email VBA question | 27 Dec 2006 13:13 GMT | 6 |
I'm using Office 2003 on WinXP. I have several gif files that I create in Excel (from Excel ranges) and within Excel, I want to create an email that attaches these GIF files and sends them to the target recipient. I have this working (in theory) when
|
| prefabricated reply mail | 27 Dec 2006 13:07 GMT | 1 |
what is the approach when you have a set of predefined answers to email requests. From the user perspective the user reads the incoming mail and then has the option to choose a reply from the set of predefined answers. Thanks,
|
| Auto Create Signiture | 27 Dec 2006 06:12 GMT | 1 |
I have some basic knowledge with macro's, but never worked outside of Excel before and need some help with automating the setup of Signatures. What I need: Some code on how to copy and paste a picture (which would be a company logo)
|
| automatically forward or redirect an email without the original se | 27 Dec 2006 05:54 GMT | 1 |
First let me say that I'm fairly new to the programming world.. I'm almost done with my AS in Digital Media Production which barely scraped the surface of VB.. I haven't touched a lick of code for Outlook. I'm using Outlook '02' and am starting my own business. I'm receiving ...
|
| OL2003 & VBA : How to find if a message was actually sent or canceled | 26 Dec 2006 22:02 GMT | 5 |
I'm developing an Excel application. At some point, a message is built and the result is displayed to the user who may, after reviewing it : - click to send the message (after editing it if required)
|
| Linking Outlook fields from the "Contact Folder" to a custom form in Outlook... | 26 Dec 2006 15:43 GMT | 2 |
Using Exchange Server 2003/Outlook 2003, we have created a custom Help Desk form in Outlook. We would like the ability to link specific fields from the Contacts Folder, in a drop-down list box if possible. We are far from knowing that something like this is even possible. Would
|
| Birthdays in calendar | 24 Dec 2006 05:12 GMT | 1 |
I have a macro that I run periodically on a particular contacts folder to change all the Last Names of the contacts in that folder to uppercase. The code, shown below, seems to work fine, except that, every time I run it, it creates an extra shortcut in my calendar for each of ...
|
| Sending emails in Excel by Outlook | 23 Dec 2006 15:17 GMT | 1 |
i use Office 2002 sp3. i usually send many emails in Excel by outlook. but i've to click Yes on each record (email) because of outlook security. how can i avoid without purchasing third party plug in?
|
| PropertyChange event can not detect changes in Body? | 23 Dec 2006 09:12 GMT | 1 |
I'd like to use PropertyChange event to detect changes in the body of an email. However, I found that the event was not fired when the body of an email was changed.
|
| MailItem flags | 22 Dec 2006 15:43 GMT | 1 |
I've got a macro that worked in Outlook 2003 but acts funny in 2007. I wanted a way for all messages in a conversation to have the same flag setting - you select a message that has a flag, and the macro sets all the messages in the same conversation to the same flag settings. ...
|
| Post to additional public calendar | 22 Dec 2006 00:49 GMT | 3 |
I have created a form that is a time off request so when it is sent to the supervisor she/he can either approve or deny the employees time off. If she/he approves the time off, it sends the employee a message stating so and allows them to click and drag to their own calendar. ...
|
| How to program to export certain Outlook 2000 messages to Access 2000 database | 21 Dec 2006 18:43 GMT | 4 |
I would like to export certain messages from my inbox to an Access 2000 database. I do it manually by Files | Export, etc. Please explain how to use the Outlook object model to do this via VB
|