| Thread | Last Post | Replies |
|
| How to recover VBA code? | 23 Aug 2006 11:45 GMT | 1 |
I had a few important bits of code running in ThisOutlookSession .... then my PC blew up. I retrieved the hard disk and can now access all the files on it from my new PC. I want to recover the VBA code from ThisOutlookSession, but I don't know where it was stored or how to get it ...
|
| How can I e-mail via VBA without using Outlook? | 23 Aug 2006 06:11 GMT | 2 |
I am a ICT Lecturer and have created various interactive resources for my students to use. What I would like to do is incorporate an automated e-mail to give me feedback about how the individual students got on with the resource e.g. 12 out of 15 correct. Outlook is not ...
|
| Saving an email in .txt file | 23 Aug 2006 05:54 GMT | 1 |
Is there a way to create a rule that would save an email as a .txt file?
|
| save selection of emails as msg to a webfolder | 23 Aug 2006 05:41 GMT | 1 |
Im new in creating VBA so hope i dont sound to dumb here, and thanks in advance.. I want to create a macro that when i select certain emails from any folder in outlook 2003 to take those emails and save them as msg with with
|
| Create a rule using a script... | 22 Aug 2006 18:42 GMT | 3 |
Is it possible to create a rule using a script? Thanks, Andres
|
| Run Script on New Mail | 21 Aug 2006 22:43 GMT | 1 |
I am trying to get a vba sub to run when new messages arrive but I am not having any luck. I have setup a Sub something like this in a separate module within project 1: Sub DoNewMail(MyMail as MailItem)
|
| Macro to foward just a specific part of an email body of message | 21 Aug 2006 21:07 GMT | 6 |
Hello - I am resonably versed in VBA but mostly for Access and Excel - I am just starting to dabble in Outlook macros to automate stuff for users. Here's the latest I am trying to get done (and obviously would love
|
| View Group Schedule on Calendar Open | 21 Aug 2006 19:26 GMT | 2 |
Using Outlook/Exchange 2003 - we have a public folder with a shared vacation calendar and a defined group schedule in this calendar. The preferred view is the Group Schedule. To save folks some clicks, is there any way a calendar can open the group schedule automatically? I know ...
|
| Pop up Email message | 21 Aug 2006 18:00 GMT | 1 |
objOMSession.outbox.Messages.Add This line will add a message to your Outbox and send it automatically. How do you program the submit button to Popup the email it is putting into the Outbox and allow the user to hit send himself?
|
| O2003 - Open Group Calendar connected to public folder | 21 Aug 2006 17:12 GMT | 4 |
I made a macro (O 2003), wich changes to a public calendar folder and opens a group calendar connected to this calendar via SendKeys. On my machine that's working fine even if I am in an email or contacts folder.
|
| HTML in Task Body | 21 Aug 2006 05:22 GMT | 2 |
I am tring to create a link to a file on the Network and have it in the body of a task. So when the user opens the task they can go directly to the file. I can do this if I send an eMail as I can access the HTMLBody, however, I get an error when trying to do this when creating a ...
|
| howto check if there already are an appointment on day/time | 18 Aug 2006 22:33 GMT | 5 |
I need some help with a little code that can search my calendar for excisting appointments and if there are one thats on the same date that the one I'm going to create, check if the timespan for the excisting appointment crash with the new one.
|
| Any good HOW TO documents for creating custom Outlook scripts | 18 Aug 2006 19:53 GMT | 2 |
If any of you out there know of any good resources that help with creating custom client / server side scripts for Outlook, that would be awesome! What I would like to do is:
|
| how can I add an option to the phone list i.e. business 3 | 18 Aug 2006 18:38 GMT | 2 |
I'm just setting up my Outlook 2003. When I enter a contacts phone numbers I often want a title other than business or fax or home. Sometimes I would like to just say 'Joanie'. Can I add to the list of options like I can to Catagories?
|
| Sample Code for Merge With Attachments? | 18 Aug 2006 17:04 GMT | 13 |
I code VBA in Access (intermediate level) and have been going nuts trying to send emails with PDF attachments to selected recipients. Apparently this can be done from inside Access, but after weeks of struggle with the appropriate libraries -- but little helpful advice from ...
|