| Thread | Last Post | Replies |
|
| Update of task time from journal entry | 13 Oct 2005 07:51 GMT | 4 |
Using Outlook 2003 I've got the below macro working in order to give myself a "start work on task" option in the task window. What I'd like to do is increment the "actual work" field on the task by the duration of the journal entry once the journal entry has been saved and closed. ...
|
| Disable customize ability from toolbar | 12 Oct 2005 21:46 GMT | 1 |
I have a need to disable the customize options on an outlook toolbar to restrict users from changing any of the toolbar settings. Is there a built in option or programmatic way of doing this? Thank you.
|
| VBA plugin error | 12 Oct 2005 18:57 GMT | 8 |
OL2003 - OL / Office2k / Win2k updated Previously I used OL2k, in which I had added some VBA code, available from an MVP site, in order to to prompt for the folder location of any sent msg. All worked ok. I upgraded to OL2003 without a problem, however on restarting
|
| Looping Through The Inbox Collection | 12 Oct 2005 14:35 GMT | 1 |
I have some code to save attachments in my inbox, and it works OK, except that the code loops inside the "Date Today" subgroup within the inbox. If I do a "myFolder.Items.Count" I receive the correct number of items within the entire inbox however, using the
|
| Code to move attachment and open excel workbook | 12 Oct 2005 14:13 GMT | 4 |
I have a bit experience in excel vba but none of outlook. Now i am looking for a code: to move attachment to a specific folder and open an excel workbook. Can any expert help?
|
| delete a folder from my contacts in Outlook VBA | 12 Oct 2005 03:49 GMT | 11 |
I am using VBA to create and delete folders in the default contact folder. This seems to be working fine - the new folder is always created and the items that I generate are included in the new folder. The problem is that when I go into the Contacts folder in Outlook Explorer I
|
| How to make a new Contacts Folders Contacts appear in Address Book | 11 Oct 2005 21:25 GMT | 3 |
I am using vb6 and Outlook 2000, created a new contact folder, added contacts but cannot work out how to set the folder so that the contacts appear in the address book. I know how to do this using outlook GUI, but need to do it programmatically in code!
|
| How do you run an existing rule within VBA? | 11 Oct 2005 18:41 GMT | 1 |
I have already defined a rule for my inbox, but I want to execute the rule upon a specific event. How can I execute the rule without rewriting the rule in a customer script?
|
| identity number for items | 11 Oct 2005 15:55 GMT | 3 |
I would to know if there are identity number for items in outlook. For example, does the contact items have an unique ID ? How to get it ? Which field ? Thanks.
|
| Enable Item.Send without Dialog Box (for mass emailings) | 11 Oct 2005 00:25 GMT | 5 |
I use vba in Access to send out emails with attachments. It worked great in 2000, but 2003, with all its security features, requires the user to authorize use of email addresses and then authorize each and every email that goes out. With a company firewall, I should be able to ...
|
| labels and text boxes | 10 Oct 2005 16:09 GMT | 2 |
I am trying to copy a messege from my inbox to a label in a custom form. but if the messege is long, I don't see the end of it. the program cuts it. and there are no scroll bars. so IO tried using a text box, but there the whole messege is spread on to
|
| impossible to update field on completing task | 10 Oct 2005 14:53 GMT | 4 |
I have been trying to get a Task field updated while the Task was clicked as Completed. I use tasks which recurrence every day. I wanted to update a User defined field named "Updater" when the task got clicked as Completed.
|
| Move an e-mail by VBA | 10 Oct 2005 10:09 GMT | 2 |
Does somebody know how to move an e-mail from a folder to another via VBA ?
|
| Code to automate tasks in Outlook | 08 Oct 2005 19:26 GMT | 10 |
Goodday all, I want to know if it is possible to create some VB code to update field in Outlook tasks on a click event. I have created a user-defined field named Updater in my Outlook tasks.
|
| Outlook Calendar in MS-Access | 07 Oct 2005 21:27 GMT | 2 |
I would like to pull data on a regular basis from my Outlook Calendar into MS-Access and tie into other systems (scheduling, time reporting, etc.). When I LINK my Calendar from Outlook into Access it has some fields I would expect (like Subject), but other fields I am looking ...
|