| Thread | Last Post | Replies |
|
| Wait Method equivalent function for Outlook 2003 | 20 Jul 2007 06:15 GMT | 1 |
In several Outlook 2003 Macros I need to pause the execution of a VBA Macro. In Excel one has access to the Wait Method. Is there an equivalent or a suggested method to cause a pause for n# of seconds?
|
| Display all items in outlook 2003 folder | 19 Jul 2007 19:16 GMT | 5 |
Hi VBA Friends, I am trying in VBA to select an already created folder "createdFolder" which has mail items in it. What I want to do is reference the "createdFolder" and display all the
|
| Emailing a worsheet from a button in Excel | 19 Jul 2007 16:50 GMT | 1 |
I am trying to email a worksheet by simply pressing a button which will emulate the Send facilty in Excel (2002). Creating button and linking it to the code is no problem but I can't find any code to do it. The worksheet would then be displayed on a blog. Any ideas?
|
| Creating Task from Email -- How can I Link Back to Original Email? | 19 Jul 2007 16:36 GMT | 1 |
I wrote the script below to create a Task from the selected email. I want to be able to include a link back to the original email in the body of the task. Is there a way to do this? Thanks,
|
| Apply a Flag Status automatically | 19 Jul 2007 07:28 GMT | 3 |
Is it possible to assign a flag status to an email that arrives ... on a rotational basis?? I.e. Message 1 - Flag Status of Blue, Message 2 - Flag Status of Orange, Message 3 - Flag Status of Red, Message 1 - Flag Status of Blue .. etc etc??
|
| Move old sent items to subfolder | 19 Jul 2007 07:23 GMT | 1 |
I have another program that is able to read and attach emails from the sent folder. The performance on it gets realy slow when there are lots of emails in the sent folder. I thought I had solved this issue by using a rule that creates a copy of the sent item in a subfolder ...
|
| How to connect to another user's Inbox | 19 Jul 2007 05:13 GMT | 3 |
I need a VBA tip on how to connect to another user's inbox. I can add the user's inbox to my environmetn via "File->Open->Another User's Folder" which results in an entry in my All Mail Folders called MyCompany located at the same level as my default account
|
| Outlook email tracking with a reply | 18 Jul 2007 22:14 GMT | 3 |
When I send an email thru Outlook using my application, I would like to tag the email with a unique number. I would like this number to be returned in any reply. I know I could use the subject line or body for this number and it should
|
| Display all items in outlook 2003 folder | 18 Jul 2007 16:26 GMT | 1 |
Hi VBA Friends, I am trying in VBA to select an already created folder "createdFolder" which has mail items in it. What I want to do is reference the "createdFolder" and display all the
|
| How Do I Button? | 18 Jul 2007 13:59 GMT | 3 |
I need to create a special button in Outlook 2007. When clicked it should rewrite the subject header of the email being composed, and then send the email. Which way should I be headed? I was looking into VSTO for a while, but someone said it's still a
|
| Move email to folder based on ReceivedTime | 18 Jul 2007 07:59 GMT | 1 |
I have some code that I've attach to a menu button that will move a selected email to a hard coded predefined folder. I would like the code to look at the ReceivedTime of the selected email and set the target objFolder to based on the ReceivedTime. If the
|
| Changing objItem.Body with formatting | 18 Jul 2007 03:42 GMT | 2 |
I'm using the code below (modified from code found on outlookcode.com) to add a date/time stamp to my Jounral entries in Outlook 2003 SP2 (I use a single Journal entry for notes for each project so I want the date/time added whenever I need it). The problem is that this code ...
|
| >> binding... | 17 Jul 2007 21:48 GMT | 10 |
Hi, I'm updating public folder contacts from MS Access. When I have a reference to the Outlook Object Library the routine does its thing. However I'm using Outlook 12 and the other users have Outlook 11. So I want to remove the reference to the Outlook Object Library and declare ...
|
| macro to update excel when email received into outlook folder | 17 Jul 2007 21:42 GMT | 1 |
I am hoping someone may be able to help with this, I was looking around on the groups for a macro to monitor a folder and when an email is received to update an excel spreadsheet located in lets say "C:\temp\excellog.xls"
|
| Extract path from OLE files | 17 Jul 2007 19:57 GMT | 1 |
I have many word docs that are OLE links in Outlook and I need to extract the path and filename. Outlook itself is very sparse in its handling of olOLE type attachments, but I've found that I can save them to disk. When I look at the file using Ultraedit, it comes up in hex. I ...
|