| Thread | Last Post | Replies |
|
| Error 429 CreateObject | 11 May 2008 11:35 GMT | 4 |
Please help me. I have a problem on some PCS with createobject ("Outlook.application"). On some pcs works, on others error 429 is displayed. I followed all microsoft guidelines and articles. It is Outlook XP witn Windows XP. I'm getting crazy.
|
| Move email from specific folder (under the inbox) to a specific fo | 11 May 2008 00:37 GMT | 2 |
I need a bit of help please. I am looking for a macro that allows me to move emails from a specific folder (under a Microsoft exchange inbox) to a specific folder (on a pst file).
|
| Changing font in AppointmentItem Notes | 10 May 2008 23:27 GMT | 1 |
How can I change the default font used for adding notes in appointments?
|
| Grabbing OL Mail Attachment, Using XCL VBA Code, Replacing .xls Attachment, & Mailing | 10 May 2008 05:47 GMT | - |
The Subject title succintly describes what I am doing. I am using an OL Rule to grab a Mail Item that satisfies Rule; I am then saving the Attachment so that I can open it and start "massaging" the data w/ my XCL VBA Code. After massaging, I save the
|
| Automatically Send e-mail prompt | 09 May 2008 16:23 GMT | 6 |
I am using the sendObject action in an autoexec macro to send emails automatically. My goal is to not have to interact with the email process, unfortunately have not been able accomplish this because of the following MSOutLook prompt:
|
| first start of OL2007 macro VERY slow - how can I fix this? | 09 May 2008 15:06 GMT | 11 |
I've written a small macro that starts up an addin (DesktopSMS) on the main window toolbar from a contact form. I had to do it that way because the addin does not provide programmatic access... :-( anyway..
|
| Prompt for Move to Folder on Send | 09 May 2008 04:37 GMT | 4 |
Is there an easy way to prompt to which folder to move a sent email? I tried creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA
|
| Change Outlook Options | 08 May 2008 22:24 GMT | 1 |
I have my VBA applications that access MS Outlook 2003 to send emails. However I would want to turn off the option "Use MS Office 2003 to edit e-mail messages" Can someone help me with the VBA code to do the same?
|
| Close a Excel Workbook when close a userform in Outlook | 08 May 2008 14:54 GMT | 2 |
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) Set objXL = GetObject(, "Excel.Application") x = objXL.Workbooks.Application.ActiveWorkbook.Name
|
| Get data from outlook form with vba | 08 May 2008 13:54 GMT | 1 |
How do you get get data from a custom made outlook form stuffed with data using vba code in that same outlook form. In other words I want to use an outlook form to put in data and retrieving this data using vba-code in outlook. Doing this I can use my exchange server as ...
|
| Distribute global Visual Basic for Applications (VBA) in Microsoft Outlook | 08 May 2008 12:15 GMT | 1 |
In Excel VBA I use global.xls to distribute programs to all in our organization. How can I distribute VBA-programs in Outlook that I use to all in our organization?
|
| Error: Cannot Create ActiveX Component in Outlook 2007 | 07 May 2008 20:16 GMT | 3 |
The environment is Office 2007 with outlook 2007 running on Windows Vista with UAC Enabled. I have a program that I've tested on a multitude of systems and it works great.
|
| Auto-reply | 07 May 2008 17:53 GMT | 12 |
Greetings, I have some experience programming in excel and word, but none in outlook. I have been charged with finding a solution to an outlook problem. I have a mail box that is no longer monitored and would like to do two things, if possible. If an email hits the inbox of the ...
|
| Emailing attachments in VBA | 06 May 2008 16:22 GMT | 5 |
Can someone give me a VBA example of emailing one or more attachments contained in a string? It would be nice to use the SendObject method since the application is already set up that way but I'm not sure if that will work (other than with one object being sent). An alternative ...
|
| VBA to Change the Setting of an Open Email | 06 May 2008 15:43 GMT | 3 |
1. In Outlok 2003, an email mesage (either a blank "Untitled Message" or a reply message) is already opened. 2. For the above-mentioned email message: I would like to perform: a. Convert the format to HTML; b. Attach to a template ("MyTemplate.dot")
|