| Thread | Last Post | Replies |
|
| categories for contacts | 27 May 2005 04:30 GMT | 3 |
I have some vba code asigned to a toolbar button to automatically update some info for that contact. I'd like to add one more thing to this code: I'd like it to automatically add that contact to a particular category. I know it's just a few simple lines of code, but I'm not ...
|
| Auto Save an attachment?? | 26 May 2005 22:13 GMT | 3 |
I receive several emails each day with, most with a different subject line, (but the same each day), some vary slightly each day with the suffix (eg report2.csv, report3.csv) and all with attachments (mainly txt files), I have to save those attachments into various folders to ...
|
| VB script | 26 May 2005 20:23 GMT | 1 |
i have 3 scripts to run which are mainly making use of "sendkeys" i can do it by VBA (run in Outlook). However i wish to make use of Windows XP scheduler to run it in every 2 hours.
|
| How to Copy in Contacts | 26 May 2005 20:18 GMT | 1 |
Outlook 2003. I am regularly manually copying (overwriting or updating) my contacts from a "shared contacts" file (a .pst file) being maintained by someone else. Is there a way to accomplish this programmatically? Thanks for the help.
|
| Every Weekday - Appointment Recurrence | 26 May 2005 16:27 GMT | 1 |
Can Anybody tell me how to set the Every Weekday choice in the Appointment Recurrence with VBA? A certain day can be set through the DayOfWeekMask, but I don't find a member of the RecurrencePattern where I can choose the Every Weekday Option
|
| Categories - Selecting | 26 May 2005 16:22 GMT | 3 |
How do select a category called "Training" automatically by using VBA in Outlook. D
|
| VBA procedure to select Account for sent mail? | 26 May 2005 13:39 GMT | 1 |
Inserting "Item.ShowCategoriesDialog" into ItemSent of ThisOutlookSession prompts the user upon clicking send to assign e-mail categories. ==> Is there any similar command or procedure to prompt/remind the user to select which Account to send the e-mail from or via (it's a ...
|
| trying to create a button for mail merge | 26 May 2005 13:36 GMT | 1 |
I'm trying to create a button in a toolbar to shortcut the steps for mail merge into a wrod document. How can I create a macro (while I'm not good in programming VVBA) which would automatically merge the contact chosen into a word document without going through the long procedure ...
|
| automaticALLY fill subject box | 26 May 2005 05:33 GMT | 6 |
want to be able to click a button that will fill the subject with text when i reply to or forward a message - vba or macro maybe - tia
|
| How to Ceck if a Process Is Running | 25 May 2005 17:48 GMT | 1 |
Outlook 2003. I need to check to see if a particular process (ClickYes.exe) is running and to kick it off if it is not running. How would I do this programmatically? Thanks for the help.
|
| Group schedule | 25 May 2005 16:09 GMT | 1 |
I'd like to make a procedure to be opened ba a menu item accesible in all outlook views. It should open an existing group calendar in its "week" view. Can anybody give support? I have no idea about VBA in Outlook.
|
| disable object model restrictions | 24 May 2005 22:17 GMT | 1 |
i've created an Outlook (2002 / XP) VBA macro which automatically sends all unsent emails in a given folder. When each email is sending I receive the following message: "A program is trying to automatically send e-mail on your behalf. Do you
|
| Current Calendar Time Slot?! | 24 May 2005 19:26 GMT | 8 |
When the user arrows up and down in the Day view, there is a timeslot associated with the current position, but where in the object model can I retrieve that timeslot? If the user is on 10:00 timeslot, and they start typing in an appointment for that timeslot, they are placed into ...
|
| Download Address Book | 24 May 2005 15:44 GMT | 3 |
I want to write a macro that downloads full details from the global address list in the address book. Need some pseudo-code/pointers/codelets that do it. Pls help!! Regards,
|
| Importance: Normal v. None | 24 May 2005 14:10 GMT | 14 |
For some reason (possibly my POP server), incoming mail comes variously with Importance set to Normal and not set at all. Since I sort my inbox by Importance, it's pretty annoying to have the unset ones filter to the bottom. I'd like to take a crack at the following two ...
|