| Thread | Last Post | Replies |
|
| Can I get Outlook to prompt when dates in Excel files become curre | 09 Nov 2007 10:26 GMT | 2 |
Can I get Outlook to prompt when dates in Excel files become current? This was my original question on the Excel discussion group: "I have a couple of rental properties abroad and have a simple Excel spreadsheet with details of the booking, client, deposit paid, date balance
|
| create desktop alert | 09 Nov 2007 07:09 GMT | 3 |
I'm just starting out with VBA in Outlook, but, is there any way to create a desktop alert, similar to the one that pops up when new mail comes in?
|
| Send invitation project | 09 Nov 2007 07:01 GMT | 1 |
I got an excel file with three columns: serialno, name, email. How can I send individual email to everyone (i.e. only one address in To:) on the Excel file? Can I import the excel file to a new group? Or any other faster method? The message has the same pdf and one unique pdf ...
|
| Make category field required for tasks | 09 Nov 2007 06:34 GMT | 2 |
I would like to make the category field required for every task that I create. If I try and save a task without populating the category, I want the category select box to display. I'm thinking I need to do this in VBA, but I'm not sure how to. Any suggestions, and code
|
| Adding Task to Outlook | 08 Nov 2007 14:31 GMT | 1 |
Option Compare Database Option Explicit Function AddOutLookTask() Dim OutlookApp As Outlook.Application
|
| Detecting if a HTML page is being view via Outlook | 07 Nov 2007 14:03 GMT | 1 |
If a HTML page is set as a folder's home page, is there a way to detect that it is being viewed via Outlook and then access the Outlook object model via code in the page? Now that the folder home page featuring the Outlook View Control is up and
|
| C#/VB Application | 07 Nov 2007 14:00 GMT | 4 |
Is there anyway in which when you open an new mail message form you can open a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that
|
| VBA routine to calendar birthdays from imported contacts. | 07 Nov 2007 07:32 GMT | 8 |
I am a teacher and use Outlook to manage student information, parent contact notes, etc. I imported the student information for over 100 students from an Excel spreadsheet created by the schools data management system. The birthdays did not make it to my Calendar. Instead of ...
|
| Standard Text in a new E-Mail Message | 07 Nov 2007 05:40 GMT | 1 |
We are using Outlook 2003/SP2. I would like to be able to insert some default text into a new E-Mail message when the message is created based on the format of the Subject. I have not been able to find a hook for when a new message is created.
|
| Getting data from OVC, Outlook View Control, with a webpage | 06 Nov 2007 18:01 GMT | 6 |
I am working on a web-hosted software, and I m searching a way to share information between my software and outlook. Could someone tell me if outlook view control (embedded in my webpage) can help me to exchange or synchronise my software database with outlook (after
|
| Repost: Comparing Senders with Contacts | 06 Nov 2007 15:27 GMT | 6 |
I've written an app that redirects incoming emails to different folders based upon categories assigned in my contacts. I use the lines: strAddress = oSafeMail.Sender.Address
|
| conditionnal formating lost after saving custom form | 06 Nov 2007 13:51 GMT | 1 |
I created a custom task form in outlook 2003 I've put code to make a textbox red when value changed in a drop down list it works real fine, the textbox becomes red or blue depending on the
|
| Programmatically add reminder (if missing) to meeting requests | 05 Nov 2007 18:30 GMT | 8 |
I often receive meeting requests without reminders. This causes a problem when I miss the ensuing meeting because no reminder pops up. Is there a way to check an incoming meeting request for a reminder, and add it if necessary?
|
| Detecting the type of items for a folder | 05 Nov 2007 17:11 GMT | 5 |
When a new folder is setup there's a prompt asking for the type of items that will generally be stored in it. Is there a way to retrieve this using VBA?
|
| Extracting info from an Outlook email | 05 Nov 2007 16:48 GMT | 3 |
I want to automatically extract the body of an incoming email and export the result to a database or spreadsheet. Similar functions are available through tools such as Mailbag Assistant for Outlook Express and other email programs. Is there a way to do this with Microsoft ...
|