| Thread | Last Post | Replies |
|
| opening other user's folder using vba | 11 Sep 2003 12:05 GMT | 1 |
how I can open other users calendar using vba it's possible in outlook file - open other user's folder all calendars have permission for reading for all users following code not working
|
| Input Boxes in Word | 09 Sep 2003 21:37 GMT | 1 |
I am working on a macro in Word, where I have input boxes for the user to enter text. The input boxes contain and "OK" button and a "Cancel" When you have more than one input box in a macro, when you click on "Cancel" it
|
| Status options for tasks | 09 Sep 2003 02:15 GMT | 2 |
Is there an easy way to add an additional option to the Status field for the standard Task form?
|
| programatically disable a warning | 09 Sep 2003 02:15 GMT | 1 |
I have a Journal Entry Form where I deliberately use the Subject and Notes controls on two pages. Is there a way to programatically disable the warning the user sees: "This form has more than one Message or Notes control."
|
| Run Outlook from Excel | 09 Sep 2003 02:14 GMT | 2 |
Thanks in advance. I have a question about accessing an attached file in Outlook from Excel. I have an Excel workbook macro that opens a .rtf file,
|
| Auto Exec? | 09 Sep 2003 02:06 GMT | 1 |
Is it possible to have a macro that will auto execute whenever Outlook is launched? I want to have a macro that will check if a person's email model needs to be updated when compared to a centralized model stored on a server.
|
| Is this possible? | 08 Sep 2003 17:30 GMT | 1 |
I have a client that wants me to build an easy way for a user to upload an important email(in outlook) including any attachments to a server so it can be archived in a DB so they could be searched thru, I would be open to any clue on how to do it using vba in outlook(have done some ...
|
| .UserProperties Help!! | 08 Sep 2003 16:26 GMT | 6 |
I want Save a User Task Field, from a Textfield in a VBA-Form my code now: With m_items .UserProperties("txtAuftrag") = Me.txtAuftrag
|
| finding appointment | 08 Sep 2003 14:44 GMT | 3 |
Hello VBA Expert I need to find an appointment in Outlook to update it. My appointment is set to all day event. If I used the following code, it cannot find the appointment. oApptItem will
|
| I want creat a task in a special form at a special exchangefolder | 08 Sep 2003 12:58 GMT | 1 |
I want creat a task in a special form at a special exchangefolder with witch code, can i say, the definition of the Forms in this Folder? i have the code: ' Deklaration
|
| Get Value of a Custom Field | 05 Sep 2003 19:08 GMT | 4 |
I have a task form with a user-defined field ("Implementer") on a new page(Environmental Info). The field contains text of a user's name. I want to select tasks where this field is not blank, then send the task to the name of the person in the field. [Forgive my VBA skills, as a ...
|
| selected day in the current view | 05 Sep 2003 16:46 GMT | 1 |
e.g. in the month view we can select a day by pressing the cursor keys in that way that the day is higlighted. It is possible to get that selected day by the object model? something like "current date"
|
| Save mail on harddrive | 05 Sep 2003 15:00 GMT | 1 |
I wish to create a macro that will save the currently opened mail to a specified folder on the harddrive. The plan is to create a custom toolbar-button that will execute the code saving the mail.
|
| SetColumns with two or three columns | 05 Sep 2003 13:34 GMT | 1 |
I can't get the SetColumns method to work with more than one column. Help states one parameter; string with property names separated with comma
|
| Polling the outlook inbox | 04 Sep 2003 22:49 GMT | 1 |
Is there a way of polling the outlook inbox so that when a new email is recieved a piece of code is started. My reason for asking this is because i am trying to develope a program in VBA to run in the background. When an email is received a piece of code is triggered which
|