| Thread | Last Post | Replies |
|
| How do you write a macro to automatically import and map a calenda | 30 Sep 2007 01:02 GMT | 4 |
I have a .csv file that gets generated each day that i want to import into a shared calendar on the network (not my default calendar). How do i write a macro that will import the calendar to the shared calendar and map the fields? It would also need to replace existing ...
|
| retrieving Outlook user info from Word macro | 29 Sep 2007 00:05 GMT | 1 |
I am using Office ver 2003. I have created a Word template with userform that populates some bookmarks in a letter. I have been asked to automatically display the user's name (first name and last name) and their position in the
|
| How can I pull current user info into a custom outlook form? | 28 Sep 2007 19:26 GMT | 5 |
I am creating a custom form in Outlook and would like to pull in the current Users Manager's name. Any suggestions on where I go to find some code to accomplish that?
|
| Run-time Error '13' Type mismatch | 28 Sep 2007 18:24 GMT | 9 |
I'm trying to get all the subject lines from a specific folder. Sometimes I get the error 13 saying type mismatch for the following line: Set oCurrentEmail = oFolderEMail.Items.Item(i) I think its because either it came across a read receipt or an email item
|
| How to enable the macro menu option in outlook 2007? | 28 Sep 2007 09:34 GMT | 6 |
I just installed a new version of outlook 2007 on my PC, in the tools menu the macro menu options (macros / security / visual basic editor) are all greyed out. How to activate them??
|
| Macro for deleting email by date | 28 Sep 2007 07:31 GMT | 1 |
what would the code be for writing a macro to auto delte emails older than 7 days?
|
| A program is trying to access e-mail addresses... | 27 Sep 2007 14:13 GMT | 5 |
I was under the impression that running a macro in Outlook from a trusted source would bypass the "A program is trying to access e-mail addresses you have stored in Outlook...." dialog. As it's all internal to Outlook.
|
| How to set outlook to auto print the email and the attachments | 27 Sep 2007 14:01 GMT | 1 |
We have several shared mailboxes that we would like to have the new email printed and the attachements automatically. The attachements can be a variety of files. Is there a way to program Outlook to do this or something that we would need as an add-in?
|
| breakpoints | 27 Sep 2007 13:58 GMT | 1 |
I upgraded from office 2003 to office 2007. I had written code to send email info from my websites as an alert to my mobile phone. I needed to make a change and it is not working quite right. The problem I am having is that when I set breakpoints in the Basic Visual Editor, ...
|
| How far can VBA go? | 27 Sep 2007 13:55 GMT | 9 |
Hey there guys. I have a question that came with Robert's (Roady) great SaveAttachment macro. http://www.howto-outlook.com/howto/saveembeddedpictures.htm I wanted to know if it was possible to keep the original attachment
|
| Help with creating event for clicking follow up buttons (vba) | 26 Sep 2007 22:16 GMT | 6 |
I am trying to create an event that fires when a user changes the flag status of a mail item in the inbox. For example: If a message had a red flag and I clicked on it. It would then become a check mark. It is at this point that I'd like to run some code to push the contents ...
|
| Property for a message that is secured (encrypted) | 26 Sep 2007 17:57 GMT | 6 |
Is there are property I can use to determine if an email has been encrypted? Our exchange server has secure email capabilities and some of my macros, which I use to move emails into particular folders, fail when the email item has been 'secured'. Thanks
|
| Match Emails based on text in subject | 26 Sep 2007 16:46 GMT | 1 |
Hello. I have a rule in place to move all messages containing certain subjects to a seperate folder. For the incoming task assignment, and the same folder for the task acceptance notice. I know need to have outlook find the matched emails applying to the same task id # and delete ...
|
| start script with at button | 26 Sep 2007 16:14 GMT | 1 |
I'm working with Outlook 2003. I've added an extra column in my inbox, called "CaseID". I want to be able, when I'm on a certain mail, to click on a button and to programatically add a value into the 'CaseID' column.
|
| item_close: catching prompt results | 25 Sep 2007 14:55 GMT | 5 |
hi group, I have a little challenge. We are using Office 2003 and when closing the Outlook document we want to catch if the user pressed no, yes or cancel in a form. We are using vbScript to do this.
|