| Thread | Last Post | Replies |
|
| Macro to add a pdf attachment to an appointment form | 18 Jun 2004 14:00 GMT | 1 |
I am new at macros. I want to be able to use a macro to automatically attach a pdf to an appointment form for Outlook 2002. The pdf will always be the same file name and in the same location. Thanks,
|
| Email semicolon stead of point-via cmdEmail??? | 18 Jun 2004 13:45 GMT | 1 |
I have made Commandbutton and Event Procedure and upon clicking OLook2003 is popping up with the desired email address however xxxx@yyyy;nl so with semicolon NOT THE POINT
|
| Email from Excel | 18 Jun 2004 13:43 GMT | 1 |
I have an Excel form that sends to a designated mailbox when the user clicks a button. I have the recepient mailbox and subject line working fine but would like to alert someone (the administrator of the mailbox) that a
|
| How to delete message with VB | 18 Jun 2004 13:42 GMT | 1 |
I am trying to delete a message with VB strMessageID = "000000002CBF3C227B01764AAAE693B55671902907003206C00BDE71D711B3C80003474E22820000020CCF260000E02B9526282D654AAC2A9078914D0ECC00000049BB410000" Set objMessage = mobjSession.GetMessage(strMessageID) objMessage.Delete
|
| Adding a keyboard shortcut: Outlook 2003 | 18 Jun 2004 12:53 GMT | 1 |
I have been trying to add a ketboard shortcut but have been uncessful. Please advice, I cannot find any documentation. The idea is to assign a shortcut such as <ctrl>Z to
|
| How to open up a specific email in outlook from access | 17 Jun 2004 20:55 GMT | 3 |
Is it possible for access to automate outlook in displaying a specific email message based upon its entryid? Cheers
|
| Detaching embedded Images from Outlook 2003 Messages | 17 Jun 2004 19:24 GMT | 8 |
Is there a clean way to detach embedded images, or pictures, from MS-Outlook 2003 messages via VBA? What I want to do is extract all the images embedded in a message and save them to a special folder.
|
| Checking for address doublets in a folder | 17 Jun 2004 16:09 GMT | 1 |
I have to manage long lists (ca. 500) of changing Email addresses in the default drafts folder. The source from which I copy them (a database of scientific publications) definitely has multiplets ( same author with same Email address but with a different report) so to avoid the ...
|
| Dismissing reminders before they are set to remind | 17 Jun 2004 16:02 GMT | 3 |
I have the following system set up: I have a reminder to perform a certain task every workday at 9am. It does not popup the reminder until 9am. An Excel .OnTime event that automatically performs some action at 8am
|
| Update Outlook Contact Item Using VBA | 17 Jun 2004 12:37 GMT | 1 |
I use the following code to create an outlook contact item: Dim olApp As Outlook.Application Dim olNewContact As Outlook.ContactItem Set olApp = CreateObject("Outlook.Application")
|
| Help. I need to automatically send emails | 17 Jun 2004 12:35 GMT | 1 |
I have an excel application that generates a text file. I would like to create VBA in outlook to read the text file and send it to addresses that are in the file. I would send the emails via excel, but not all recipients have Excel.
|
| Two Questions about handling a .PST file via VBA | 16 Jun 2004 20:00 GMT | 3 |
I have two questions about handling a MS-Outlook 2003 .PST file via VBA from MS-Outlook: 1) Is there a way to compact a .PST file via VBA? What I need to do is strip all attachments from messages, and then compact the .PST file.
|
| HTML Form | 16 Jun 2004 19:59 GMT | 1 |
I am looking to send an HTML form in an email to extract information from clients. (I send the form, they hit Reply, fill in the form fields and then send it back.) I want to parse this information into a MS Access database. Can anyone give me a hint as to what to use or how ...
|
| Calendar - Month View | 16 Jun 2004 19:50 GMT | 3 |
My default calendar view is "Month View". When I open the calendar I want the current week to be at the top of the calendar instead of the 1st week of the month. Is there a way to program this with a macro?
|
| Scheduling Macro in Outlook | 16 Jun 2004 14:02 GMT | 1 |
I have a macro written in VBA in Outlook. How can I schedule it to run at a specific time? Thanks
|