| Thread | Last Post | Replies |
|
| Why would this code work intermittently | 13 Sep 2006 05:55 GMT | 7 |
I have the following: Public Sub SAVESALES() 'LoopMailFolder() Dim oSel As Outlook.Selection Dim obj As Object
|
| Can Outlook Calendar print out the month w/appointment DETAILS? | 12 Sep 2006 18:40 GMT | 11 |
I'd like to print out a month per page, but to include more than just the subject. For instance, on the page for October I'd like to see the box for Oct. 12 say "Report Due" (which is the subject) and then the text I input, e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is ...
|
| /altvba my_vba_file creates a new email with attachment of my vba. | 12 Sep 2006 16:35 GMT | 1 |
My switch "/altvba my_vba_file" creates a new email with attachment of my vba file in stead of starting Outlook and load my vba file in the switch. what is wrong? "C:\Program Files\Microsoft Office 2003\OFFICE11\OUTLOOK.EXE" /altvba
|
| Outlook macro issues | 12 Sep 2006 13:50 GMT | 5 |
Hello all, Our office uses two Outlook macros when we are editing communications. We were given the following instructions to set up the macros: I. Strikeout Macro
|
| How to redistribute Outlook Object Model? | 11 Sep 2006 19:14 GMT | 5 |
I'm sending email in my application via Outlook Object Model. What I did is importing mso.dll from Office and call _MailItemPtr->Display() to bring up the "New Message" dialog. But there may be customers who do not have Outlook installed on their
|
| For Each DistListItem and Runtime Error '13' | 11 Sep 2006 17:13 GMT | 5 |
I'm new to Outlook vb porgramming, and have a simple question In the code below, I am attempting to list the distribution lists in my personal contacts folder. The first example does the initial loop, but will not continue. Why? I
|
| MailItem To property and display name | 11 Sep 2006 17:10 GMT | 1 |
I would like to know if there is a way to format the string passed to the 'To' property to specify to Outlook a 'display name' along with the e-mail address provided to 'To'. If not, what are the alternatives to provide a pair Display name/email
|
| user-defined fields of tasks with VBA | 11 Sep 2006 15:46 GMT | 1 |
I would like to syncronize an Excel Sheet with my tasks in Outlook using VBA. My view in Outlook is customized with user-defined fields and I can not handle these fields with VB. I do not know how to name these user-defined fields!
|
| Outlook2003 Script How to change the sender | 11 Sep 2006 13:10 GMT | 6 |
I made my own form, and it generate a formated mail Receipient / CC /subject / retails etc.... but a wan't to change the sender of the mail , by a ditributioin list in this case no matter who send the mail, if the recipient answer the mail it
|
| Outlook Scripting | 11 Sep 2006 13:08 GMT | 3 |
I use a personalised Form (task) and i fill automaticaly the body with some infomation each time some one open the task, I add the name and the date all is working but did'n't find the way to make the text I add colored and bold
|
| Internet Format of the messages | 11 Sep 2006 07:57 GMT | 3 |
Something went wrong (I don't know how) on my Microsoft Outlook 2003 (fully patched with SP2 and fixes). In my personal Address Books (3600 addresses), some contacts are wrong with the Internet Format which is "Send using Outlook Rich Text Format" and
|
| Append Body of Email to Text File | 11 Sep 2006 06:10 GMT | 1 |
What is the VB code to append the body of an email to a text file?
|
| Scripting outlook. | 10 Sep 2006 21:41 GMT | 3 |
I would like to count the messages in an Outlook folder programatically. How do I do that? Mariah
|
| Scripting How to create a task in public folder | 10 Sep 2006 02:15 GMT | 4 |
I created a personalised Form in outlook 2003 for my contact, il added a button and I want by clicking on this button to create à task in the public folder I allready find the script to create this task in my box by using this
|
| How can I import my MS Project schedule into Outlook or link them | 09 Sep 2006 02:01 GMT | 1 |
I need to import my MS project schedule into my outlook so that I can manage my activities, I have been trying for this for a long time, I even tried to export to excel or access but no luck, anybody can help?
|