| Thread | Last Post | Replies |
|
| catch the mail item on_focus event | 28 Sep 2006 12:33 GMT | 1 |
I'm trying to catch the hovering over the mail items in outlook 2003. I want to execute my code whenever the cursor is on a mail item. Is there any way to catch this event and then execute my code? It's my final problem in a large mission that I got.
|
| form action properties | 28 Sep 2006 12:32 GMT | 3 |
My OL custom form has a bit of code which fires when the item is first opened i.e. Item.Size = 0 But when I send this form to someone else and they open it for some reason it acts as if the Item Size is still 0. I have set the Forward action to
|
| ** Macro to auto-increment a cell using arrow keys? | 28 Sep 2006 06:19 GMT | 1 |
I need to create a macro that can be used to increment/decrement the numeric contents of a cell based on repeatedly pressing the up or down arrows. Each key press would modify the cell by a standard increment. Up arrow would increase it and Down arrow woud decrease it.
|
| How Can I Flush Outlook Cache? | 27 Sep 2006 22:58 GMT | 6 |
I'm finding that retrieving appointments from the same recipient over and over is preventing IncludeRecurrences from working properly. Instead of individual occurences I keep getting the master. I've confirmed this by retrieving appointments from a recipient that hasn't been ...
|
| Can I get a list of profiles? | 27 Sep 2006 22:32 GMT | 8 |
Obviously I can use a specific profile using NameSpaceClass.Logon, but can I get a list of the profiles? I can't find this anywhere?
|
| Moving Contacts to another folder | 27 Sep 2006 15:09 GMT | 11 |
Using Outlook 2003. There is a requirement at work where we move all contacts from a particular folder to another folder on a regular basis. Is it possible to induce "Select All" and then "Move to Folder" for Contacts in Outlook via VBA for a folder? If not, which would be the ...
|
| another validation question | 27 Sep 2006 12:55 GMT | 1 |
Is it possible to validate that a button was clicked before the item is sent? i.e. I want to make sure that this function has run before sending: Function calculate_Click() leave()
|
| Outlook Macro to Modify Subject and Send Message | 27 Sep 2006 05:48 GMT | 4 |
Good afternoon, I'd like to create a Macro for Outlook 2003 to modify the subject of a message to prepend a given phase and send the message. I can't imagine that this would be too hard of a task, unfortunately, I'm not sure
|
| Paste an Excel Chart in an Outlook Body | 27 Sep 2006 05:39 GMT | 1 |
I am trying to paste an excel shart in the body of an outlook message. I already managed to do this through exporting the chart and then importing, but the chart loses a lot of quality so I am trying to find a way to paste the chart through the clipboard.
|
| Can't open Macro, Security or Visual Basic Editor | 27 Sep 2006 03:48 GMT | 2 |
For some reasons I can't open Macro, Security or Visual Basic Editor menu. When I select one of these menu items nothing happens. Please help. I'm not sure what to do next. Regards
|
| need help with form programming - print command button | 27 Sep 2006 02:48 GMT | 2 |
Environment: Outlook 2003 SP2, Exchange 2003 Form: IPM.Note message class. For a Leave Request to be forwarded multiple times (to be approved by supervisor and sent to HR etc) Im using the following code for a print button:
|
| Problem using word as email editor | 27 Sep 2006 02:29 GMT | 3 |
One of our users at work has a problem with email that I have never seen before. When he uses word as the editor and attachs a document (any document), Word changes the attachment to <<embeded object : name of file>>
|
| add inline image to MailItem programmatically | 27 Sep 2006 00:09 GMT | 1 |
How to add inline image to MailItem programmatically? Anyone knows a trick to do this? If it is an inline image, call printout method will print a box in the place where the pictures should be...
|
| VBA-run-through stopping after abount 250 items | 26 Sep 2006 22:04 GMT | 6 |
I need to run through all items (about 5000) in a public folder once in a while. Lately I have upgraded to XP Pro and I think that might have caused some problems. The error I get every time the computer has read about 250 items is
|
| Adding a DL to an secondary Contacts Folder | 26 Sep 2006 19:41 GMT | 4 |
If I have 2 contact folders (Contacts,Test). I want to add a DL list to Test. If I use Set objDstList = olApp.CreateItem(olDistributionListItem) it puts it in Contacts. How do I code the object to create objDstlist in folder Test ?
|