| Thread | Last Post | Replies |
|
| Get a list of all the toolbars currently displaying in Outlook | 31 Jan 2007 21:20 GMT | 18 |
I would like to make a Sub that will return all the toolbars in Outlook currently displaying with VBA. The reason why I'd like to do this is because I have a COM called SpamBayes whose toolbar appears in the Outlook User Interface. The way this works is it inspects each New Mail ...
|
| Determine selected date in Outlook 2007? | 31 Jan 2007 18:01 GMT | 1 |
I heard in previous versions of Oulook it was NOT possible to determine dprogrammatically which day in currently selected in the Calendar. Is there a way to do it in OL 2007? Thanks!
|
| VBE Object for Outlook | 31 Jan 2007 17:02 GMT | 8 |
I am trying to add a reference to the cdo 1.21 library. However, it seems that unlike other MS Office programs that support VBA, there is no VBE object to manipulate. Any help would be appreciated.
|
| Document properties | 31 Jan 2007 15:09 GMT | 3 |
I am pulling document information from public folders, and have ocated most of what I need except for one property. Where can I obtain the name of the person who posted the entry? It appears in the view in the "From" column. But since the entry is of the olDocument class, the ...
|
| How to activate a workbook in a different directory? | 31 Jan 2007 06:35 GMT | 5 |
Why does the following code produce a "subscript out of range error"? Workbooks("C:\Darrell\Cash Flow Reports\recovered jan 2006\2006 Jan-Sep CAPEX Loadsheet Actuals.xls").Worksheets("Worksheet Totals").Activate To assist with your answer to this question:
|
| Move email messages to a specified folder based on a category | 30 Jan 2007 20:51 GMT | 1 |
Instead of creating over 100+ rules to move messages to a specified folder based on the category, I'm hoping a macro can do this. I have over a 100 categories. Each category represents a project I'm working on.
|
| Create a custom toolbar | 30 Jan 2007 08:28 GMT | 6 |
I have a macro to insert text in the subject line and message box of a new mail message. I can create a custom toolbar button on the new mail message Standard toolbar. I know that I can save the VBProject.OTM on the person's hard drive but they must assign the toolbar button. ...
|
| A circular solution | 30 Jan 2007 07:06 GMT | 8 |
Please take a look at this article: OL2002: ItemAdd Event Doesn't Run in Some Scenarios http://support.microsoft.com/kb/290653/EN-US/ In Method 1 you will see a link to Create a Solution That Runs at a Specific
|
| How do I script to change the subject line of incoming mail? | 29 Jan 2007 19:12 GMT | 6 |
I wish to create a script to alter the subject line of incoming mail to remove certain character strings. Google has not been much help...any suggestions or guidence is appreciatied
|
| sending selected email as attachment in new email | 29 Jan 2007 13:20 GMT | 2 |
I'm writing a macro in Outlook, and part of the functionality is to reference the currently selected mail and to send it as an attachment in another mail. I know this functionality exists in Outlook, so it should be possible
|
| Forgot to Attach the Attachment again | 28 Jan 2007 17:46 GMT | 3 |
It's embarrassing when you send an email but forget to attach the attachment! I'm trying to figure out how outlook could respond to a Send Event by scanning my message looking for the strings "attach" or "enclos", and if it finds any, checks to see if anything is attached. If not, ...
|
| MAPI32.dll problem | 28 Jan 2007 15:22 GMT | 3 |
I hope this is the forum for this question : ) I have a client who's written an application that at the end of the day sends an email through a call to the MAPI32 DLL, through the profile on the users desktop. HOWEVER, it's using an old control which needs(?) the Outlook
|
| Check receiver of incoming emails | 28 Jan 2007 02:23 GMT | 3 |
I would like to create a rule in outlook that moves all the incoming emails (or emails in my inbox) for which the receiver's emailaddress is not in a certain list to the spam folder. This is because we have a domainname veerle-en-koen.be, but only use like 4 emailaddress of this
|
| Sub or Function not defined | 27 Jan 2007 20:06 GMT | 3 |
I get this error message when creating a macro and importing ths .bas file in another outlook trying to run the macro from the makro menu in Outlook What am I missing to make the makro run properly? It works fine from
|
| Macro to Import | 25 Jan 2007 20:31 GMT | 4 |
I am experienced in coding for Access, but this is my first venture into coding for Outlook. Currently, I manually import an Access table into a Contacts Subfolder called "Cities", then run an e-mail merge document called "MergeDoc.doc". Is there any way to code a macro to do ...
|