| Thread | Last Post | Replies |
|
| ol 2003 contacts form questions | 07 Aug 2007 15:28 GMT | 6 |
i'm used to writing vba in excel, but someone wants some code for outlook. since i never use outlook, my question is: how do you address the large note field on the general tab of the contact form? every other field has a name, this one shows nothing.
|
| VB script to expand all the folders? (O2K) | 07 Aug 2007 15:26 GMT | 9 |
Has anyone seen a script to expand all the folders upon Outlook opening? Every time I start the computer and then open Outlook, I have to expand all the folders manually. I've found that the system I use is the best for me except that it requires me to do this. Was hoping to ...
|
| Create an item without getting the dialog | 06 Aug 2007 16:52 GMT | 3 |
When I create an item, and retrieve the .Start property (I'm trying to get the date of the currently displayed calendar), it gives the current date. How do I create an item that uses the date I'm viewing within the calendar?
 Signature Thanks, Dennis
|
| Outlook 2007 Attachment Position | 06 Aug 2007 16:29 GMT | 1 |
I am having a problem getting a file attachment to be positioned where I need it. I am executing code from MS Excel to create an email message in Outlook. In 2003, the position parameter positions my attachment correctly, but so far, I have had no luck getting Outlook
|
| Macro for a costumer printer toolbar in Outlook xp/2003 | 06 Aug 2007 15:43 GMT | 1 |
i must write a little macro in Outlook XP/2003 what a costumer printer toolbar in the menu shows... If the costumer click on the be printer button from my macro the selected message or the open messsage are send to the case two of
|
| automatically check if attachment was added when sending message | 06 Aug 2007 13:18 GMT | 3 |
I'm new to VBA and I'm trying to find some relevant links to this topic. What I'm trying to do is that once user clicks on "send message" the message will be scanned if it contains any attachments and if not a popup will show up asking if he wants to add attachment
|
| Getting Folder name? | 06 Aug 2007 13:15 GMT | 4 |
If I have 5 shared calendars open across the exchange server, how would I get the name of the folder that has focus at any given time? If the 5 calendars were Michael P., Dennis B., Kevin S., Winston C., and Fred K., and I'm in Winston C.'s calendar, how would I retrieve that ...
|
| Access 2003 appointment to Outook 2003 | 05 Aug 2007 18:53 GMT | 1 |
(Note: Question has been previously posted in Access forums; got some great ideas but not specific answers) Seeking code/examples, etc. for: * Employee is registered for a company training class in Access 2003 (I have
|
| How to input "From" | 04 Aug 2007 21:00 GMT | 1 |
I have an automated program that sends emails from within Accrss. Part of the code is below, but as well as the "To" and "Cc" I would also like to use the "From" box, Could somebody please advise me how to code this.
|
| Using "Rules" to copy incoming email into a folder. | 04 Aug 2007 14:24 GMT | 2 |
Please advise how I can use "Rules" to copy incoming email into a folder with the same reference. This would have to recognise a code "EN####" where the hash is a number. ie EN1234,
|
| Email message missing | 03 Aug 2007 14:08 GMT | 11 |
I have been able to send HTML email programmatically thru Outlook from within my app. The message is received by the recipient, and the email is recorded as sent in the Outllook sent box. But the message in the sent box is empty. I basically read the html email message from a ...
|
| VBA Editor will no longer open | 03 Aug 2007 10:12 GMT | 2 |
Can anyone help me figure out why, after some months of being able to access the VBA Editor in MS Outlook 2007 (on Windows XP SP2) all of a sudden nothing happens when I choose the Tools>Macro>Visual Basic Editor or press Alt+F11? I have tried removing and re-installing Outlook ...
|
| Restrict with equal on German computers | 03 Aug 2007 08:38 GMT | 4 |
I have a restrict problem on german computers only. The following code works fine on an english system: Sub Test1() Dim objCalendar As Outlook.MAPIFolder
|
| Parsing message body for non-breaking space | 03 Aug 2007 05:44 GMT | 3 |
I have a vba function that parses an outlook tempate to extract location, start, end and size details for a permit request. My 'test' contractor has set up the template and everything works fine with the exception of the size value. They automatically add signatures to all ...
|
| Outlook Sort Macro | 03 Aug 2007 05:43 GMT | 3 |
Folks, I have searched many of the MSDN forums as well as a few Google searches, and cannot come up with an easy way to do this, so let me ask the experts. I deal with a lot of email every day. Sometimes I need to see the emails
|