| Thread | Last Post | Replies |
|
| VBA Outlook and Access 2007 | 31 Oct 2008 21:51 GMT | 1 |
I have an Outlook folder with several thousand messages. I want to look through the body of them, extract some information, and save it to an Access data table. I thought I could do this from Access, but every time I try to look at the attached folder in Access, Access closes and ...
|
| Button to permanently delete items? | 31 Oct 2008 20:07 GMT | 1 |
I use ctrl-Delete to permanently delete items, but I'd like to make it a button or add it to the right-click menu so that I only have to use the mouse. Does anyone know how I might do this?
|
| Send response based on category rule; auto remove category? | 31 Oct 2008 20:04 GMT | 3 |
I'm using Outlook 2003, Windows XP Pro. I think I have two questions here. In outlook, I have 2 mailboxes: my own work email and a secondary email, where I respond to customer inquiries on behalf of the department. For the department mailbox only, I would like to categorize ...
|
| Set appointment location | 31 Oct 2008 16:01 GMT | 5 |
I have a macro that creates a new appointment from e-mails that I get. I am trying to add some new functionality that will search the e-mail for a string ("KCC" or"PCC") and if the it finds that string set the location of the appointment to that string. Please advise.
|
| Move Incoming Emails to Separate Folders | 31 Oct 2008 14:22 GMT | 1 |
I have emails coming in that I need to put into different folders, based on text in the subject line. I was using the Rules feature, but I have already exceeded the amount of rules allowed. How can I do this in VB? Also, where would the code go? In "ThisOutlookSession"? Thanks ...
|
| Distribute Digitally Signed (selfcert used to sign) Macros to othe | 31 Oct 2008 14:09 GMT | 1 |
I am wanting to distribute a digitally selfcert signed macro or project to others on exchange server where users are running XP Pro machines and Outlook 2003. I have created a selfcert file on my machine and have been asked to have the security settings set to high on all ...
|
| Handling hot-keys in outlook add-in | 30 Oct 2008 18:00 GMT | 2 |
I need to capture hot keys in my add-in so the add-in performs the same operation as it does when the equivilent button or menu item is selected. I can catch some of the hotkeys using the outlook object model but in some cases it appears I'm going to catch the hot-key event. ...
|
| Outlook Calendar Future Dates | 30 Oct 2008 16:04 GMT | 6 |
Need help in creating a vba/macro that will scroll the month view in Outlook so that todays date is in the first row of the view when opened, showing only future weeks. Thank you in advance
|
| Find the selected occurrence of a recurring appointment | 29 Oct 2008 18:46 GMT | 3 |
I'm stuck in my devlopment because I can't find a way to know which specific occurrence of a recurring appointment is selected/modified by a user. I tried to use the SectionChange event of the explorer object or the write event of the appointment item. But in both cases I'm only ...
|
| Stop sleep (Or Hibernation) | 29 Oct 2008 14:22 GMT | 3 |
Hi Thanks in advance. I have problem that a laptop keep going to sleep (Or Hibernation) approx every 20 mins. I have no access to security so can't change the settings.
|
| Closing Outlook VBE from Excel | 29 Oct 2008 01:11 GMT | 2 |
I posted this in the Excel forum because I'm automating from Excel, however, I thought I'd try here as well. In Excel I instatiate outlook using the following. On Error Resume Next
|
| hourly chime | 28 Oct 2008 20:44 GMT | 3 |
I've never done vbscripts in outlook. Has anyone written a script to produce an hourly chime? (bell or .wav) Thanks.
|
| Cancelling ItemSend event removes signature tag? | 28 Oct 2008 19:58 GMT | 11 |
I have code that verifies the sending account before a message is sent. So in the Application_ItemSend event, it will display "Are you sure you want to send using account-name." If you click no, it will set Cancel=True. This gives the user the opportunity to change to the
|
| Setting Send-From Account in VBA | 28 Oct 2008 18:40 GMT | 18 |
Like many other posters I've seen, I sometimes send mail from the wrong account in Outlook 2007. I wanted to create a macro that when I sent a message, would prompt me to verify the sending account, and let me change if necessary.
|
| Macro sending email how to disable warning? | 28 Oct 2008 18:06 GMT | 6 |
I know this must be asked a thousand times, but were do you go to get a certificate to allow a macro to send a messages. Is there a cost? The Macro works, just want to save time and not deal with a silly little box. Lowering security wouldn't be the smartest thing to do so they ...
|