| Thread | Last Post | Replies |
|
| Word Macro Conditional Statement | 24 Mar 2008 13:59 GMT | 1 |
Hi there, I am a medical transcriptionist with very little programming experience, but have written a series of macros to copy/paste Word reports into my client's Word-based document. Unfortunately, although I've written some steps into
|
| Macro to reset a custom defined view for tasks | 22 Mar 2008 22:02 GMT | 4 |
I have Outlook 2003. I've created a defined custom view for tasks, in table format, that: 1. Is grouped by Start Date 2. Sorted by Number (a user defined field)
|
| incoming message rule to kick off vba with a variable | 21 Mar 2008 19:03 GMT | 2 |
I'm new to programming VBA for Oulook but not Access, but here's what I am trying to do: I do business with about 25 branches of a particular company. The branches are identified like this: ABC01, ABC03, ABC23, ABC58,
|
| Interop - Cannot create folder in outlook when computer is domain | 21 Mar 2008 16:26 GMT | 3 |
I have an application (C# .NET 3.5) which needs to access Outlook. I create new folders in the calendar folder and add AppointmentItems to it (from the Office Interop libraries). It works fine, but not if the computer is part of a domain where Outlook is
|
| Run the rules now | 20 Mar 2008 07:12 GMT | 1 |
I need some assistance with Office 2003, I have created a rule to move incoming messages with specific subjet to a predifined folder. This rule runs only when i click on "Run the rules now" option, i want to know is there anyway i can schedule this rule to run during specific time ...
|
| Error message when saving a message | 19 Mar 2008 22:24 GMT | 2 |
I've created a simple piece of VBA code, intending to save a message programmtically created. The code follows: ----------------
|
| Import Contacts from a CSV file | 19 Mar 2008 19:42 GMT | 1 |
We have a database of contacts that is currently maintained in a FoxPro Database. The contacts can be periodically exported to a csv file. We would like to have these contacts available in Outlook in a folder under My Contacts. I would like a macro a user could run to update ...
|
| Alternative to MsgBox | 19 Mar 2008 06:31 GMT | 1 |
Is there another means to display a message besides MsgBox? I ask because I have a need to display a "report", if you will, of what happened during the macro and it can potentially be way more than 20K characters. hanks,
|
| Getting MeetingResponseStatus for a DL | 18 Mar 2008 21:28 GMT | 3 |
Suppose I have a MeetingItem. MeetingItem.Recipients contains 1 member, and it is a DL. I can extract individual members of the DL using AddressEntry.Member. However, AddressEntry does not contain MeetingResponseStatus.
|
| Good Morning everyone Hope you can help. | 18 Mar 2008 17:37 GMT | 1 |
I want to know how to uninstall Microsoft Outlook. It keeps trying to override my Outlook Express. I am not sure if I am in the wrong place to ask this question, if so can you direct me to the right discussion group.
|
| Seperating Extension and File Name | 17 Mar 2008 19:55 GMT | 4 |
I was told I should use this section for my request for help so here I go again. I am trying to seperate the extension from a file name so that what I am left with is an extension and a file name that's stored in String Variables
|
| Export Attachments | 17 Mar 2008 18:53 GMT | 2 |
While exporting attachments with vba I get a problem with linked attachments(Like Birthdays in contacts). Can I verify if an attachment is an outlook-element or an external link? Many thanks
|
| get value from contacts folder | 17 Mar 2008 18:12 GMT | 3 |
hy this is a simple code to send mail .... Sub InviaEmail() Dim AppOut As Outlook.Application
|
| Macro for Save As to .MSG file (with From and Date/Time stamp) | 17 Mar 2008 16:28 GMT | 1 |
I'm very new to macros and VBA code and I've been searching examples to get a feel for the code and variable names. I'm looking to create a macro to do a 'save as' function to a '.msg' format, into My Documents. The standard 'save as' stores it with the subject line as the file ...
|
| Error "The operation failed" occurs only when Outlook is closed. | 14 Mar 2008 20:36 GMT | 3 |
I'm using Visual Basic to create and send a message thru Outlook 2003. It has worked perfectly for over a year at multiple sites, and works whether or not the user has Outlook open. However, I have one site where an error occurs only if Outlook is closed.
|