| Thread | Last Post | Replies |
|
| Common VBA procedure library | 20 Feb 2008 14:35 GMT | 3 |
I have VBA code in Outlook, Access and Excel which have calls to procedures which are in fact common across all of these applications. I can put the common procedures into an .xla so that they are available to .xls workbooks, but how do I put them into a single repository so ...
|
| Problems moving an email to another folder | 19 Feb 2008 20:45 GMT | 2 |
I'm a bit new to VBA with Outlook so I'd appreciate any help. I have a routine that saves the attachments of certain emails based on the subject. Then I'd like to move the emails to another folder in a different pst file. The attachments are saving fine, but the email doesn't ...
|
| Problems using SentonBehalfofName-Property | 19 Feb 2008 14:14 GMT | 1 |
I' ve got problems, using the the SentonBehalfofNamer-Property programming in Outlook-VBA: Environment: Win XP SP2, Office Outlook 2002 SP3
|
| retreiving a table from access | 18 Feb 2008 05:02 GMT | 3 |
Is it possible to have Outlook code import a couple fields from an Access 2000 database. Maybe save them in an Array? thanks, Southern@Heart
|
| Automatically save attachment from specific sender | 14 Feb 2008 21:50 GMT | 5 |
I want to automatically save down an attachment from a specified sender to a specified directory on my computer. I rarely have ever used Outlook VBA, so I am after some guidance and possibly sample code.
|
| Scripting Backup of Outlook PST Files | 14 Feb 2008 21:49 GMT | 1 |
I've been charged with attaching a script to our network logon that will backup each user's Outlook pst file upon network logon. Are there any suggestions on how to accomplish this more efficiently than just copying the pst file from its default location? And if I do have to ...
|
| EMail Send failure from Access | 14 Feb 2008 21:44 GMT | 4 |
Hi, first post to this NG so feel free to point me in the right direction if this question is not appropriate. Using Access 2003 (SP3) + Outlook 2003 (SP3) I am using the following function to send an email from Access via
|
| Can't unload/remove bad com add-in | 13 Feb 2008 16:03 GMT | 2 |
Environment : Windows XP with Visual Studio 2005 Pro with VSTO 2005 SE and Outlook 2003. I've been happily testing a com addin to detect new appointment items.. but one time I obviously did something seriously wrong because Outlook popped up
|
| Calendar Event | 13 Feb 2008 13:18 GMT | 2 |
I'm trying to do the following: I want to be able to trap a new appointment BEFORE it gets saved (after user selects save). The point is to be able to add some logic to what can go in a calendar.
|
| changing the title of the pickfolder dialog | 13 Feb 2008 12:34 GMT | 2 |
Set objFolder = olns.PickFolder ...when using this pickfolder dialog, can I change the title of the dialog box to read: "Pick a folder that contains the old contacts"
|
| How to Create user and ldap addressbook via VBA in Outlook 2007 | 13 Feb 2008 07:42 GMT | 4 |
How to Create a user and add ldap addressbooks at first run via VBA in Outlook 2007? Anyone have experience with this? many thanks,
|
| Import Vcard programatically | 12 Feb 2008 18:57 GMT | 1 |
In outlook 2003, how can i import vcard programatically in .net (c# or vb.net). Could you please advice me. Thanks in advance GSK
|
| How do I change a keyboard shortcut? (Outlook 2003) | 12 Feb 2008 18:53 GMT | 3 |
I would like to change the mapping of certain keys and shortcuts. Is this possible in Outlook 2003? For example, can I assign my own macro to Ctrl+D or the delete key?
|
| Restrict function not available for local clients | 12 Feb 2008 18:39 GMT | 1 |
We using the restrict function in our application. It works fine with our Exchange server! If we using a local account (POP3) then we get a error that our application can't find the Restrict function in Redemption.
|
| Programmatic plain-text insert | 12 Feb 2008 15:47 GMT | 2 |
I would like to create a macro, and put it on a toolbar button, that invoked the behavior of Edit>Paste Special...>plain text. How do I insert in an email that is open? Can macros be assigned to buttons on a toolbar?
|