| Thread | Last Post | Replies |
|
| macro to email calendar | 27 May 2008 00:50 GMT | 1 |
Hey all, I am using Outlook 2007. I have a calendar that includes calendar events from a public folder setup for our office. I am really lousy at
|
| load xml into outlook body message | 26 May 2008 16:25 GMT | 2 |
hello, is there any way to load xml data into outlook body message so it can be display when receiver opens it? thanks
|
| AUTO RUN A MACRO ON OPENING OUTLOOK | 25 May 2008 22:56 GMT | 4 |
I have written a macro to run a .pps file and would like to know If & How I can configure Outlook 2003 to automatically run the macro at startup.
|
| Open an attachment in a new window using its native application | 25 May 2008 14:51 GMT | 2 |
I have VBA code that loops through the attachments of an email item. For each attachment that is clearly a document (eg. .doc, .xls, .pdf, etc) I want to open that document in a separate window using it's native application. The effect is just like the user double-clicking on ...
|
| How do I create a macro for Outlook 2007? Lost old in conversion | 23 May 2008 18:49 GMT | 6 |
I cannot access my macros from Word, and can't figure out how to use Visual Basic to create a simple line of text for frequent use in Outlook 2007. Thanks!
|
| Binding an Outlook Form to a Recordsource | 23 May 2008 18:46 GMT | 2 |
Is it possible, in outlook, to have a "table" and bind the form to a Recordset and the Fields to a Record Source? Would this use DAO or ADO? I'm familiar with programming in MS Access so my mind relates this to
|
| Folder Identification | 23 May 2008 17:58 GMT | 8 |
I am trying to create a button that will 1) copy an e-mail to a directory 2) move the same e-mail to different directory basically I need to file it in two places. Other ways of managing this are
|
| Message Option Screen | 23 May 2008 16:46 GMT | 2 |
Is there a way when you click on the new, reply, forward, respond buttons that the "Message Options Screen" could automatically pop up first so you have to fill in that screen before you create/respond to a message? I wanted to try to do this so I don't forget to set my options ...
|
| What event is "New Mail" | 23 May 2008 10:26 GMT | 2 |
I would like, that the "From" field is filled with a default mail address. my code is the following: Sub Von_Feld_STD() Dim myApp As New Outlook.Application
|
| Delete Attachments - Just Shy of Solution | 22 May 2008 18:36 GMT | 1 |
I select 3 emails, all of which have attachments. The code loops through and sees all 3 emails, but only removes attachments from the 1st one. Any help is appreciated. Dim objOutlook As Outlook.Application
|
| Retrieve results of "Advanced Find"? | 22 May 2008 17:33 GMT | 3 |
I did a research and found many posts about how to use Application.AdvancedSearch to do the search. But my problem is to retrieve the results in the Advanced Find window (The Advanced Search had already been done).
|
| Auto-BCC based on Outlook account | 22 May 2008 14:33 GMT | 1 |
OK, I know how to add an AutoBCC: [code]Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim objMe As Recipient
|
| Creating Outlook tasks from Excel | 22 May 2008 14:26 GMT | 1 |
I am trying to do something similar to this post http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft. public.outlook.program_vba&mid=3664c58b-60a1-4e77-845c-bb886df409d2&sloc=en-us I have this code working: Sub CreateTask()
|
| Outlook Add-in for reply all event | 22 May 2008 12:49 GMT | 1 |
How to handle key event CNTR+SHIFT+R (Reply to all) event in outlook 2003. I am able to write add in which handles reply all button event but it is not handling short key for same.I am not finding any online help.Please any body can help
|
| Button To Open Template - Outlook 2007 | 22 May 2008 09:37 GMT | 7 |
I need to create a button on the toolbar that will open a template stored in the office\templates directory. I tried creating a button that hyperlinked to the template but Outlook has decided such a move is dangerous and once the user gets past all the warnings, the template ...
|