| Thread | Last Post | Replies |
|
| 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..
|
| 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")
|
| CommandBarButton icon size | 06 May 2008 14:27 GMT | 1 |
Is there any way I can display an image that is larger than 16 * 16 as the icon of a CommandBarButton? The icon i need to display can be 16 pixels high, but it needs to be wider than 16 pixels. How can this be done?
|
| format | 06 May 2008 00:50 GMT | 1 |
I need to get yyyy/mm/dd out of this: FormatDateTime(Item.UserProperties("HardwareDueDateRequested").Value(),2) Can someone please help. I looked and look, found the DatePart function but I think there must be an easier way.
|
| Word 97 Macro to Create Outlook '03 Email With Text Format | 05 May 2008 21:42 GMT | 1 |
Perhaps this should be in the Word discussion group, but I use a Word 97 macro that creates an email with Outlook 2003. That email uses the contents of the current Word document as the body of the email.
|
| open file | 03 May 2008 15:27 GMT | 8 |
I have code in my custom task form that opens a file: Sub CommandButtonQuoteBasedOnGo_Click() Dim objWeb On Error Resume Next
|
| Saving Attachments From Outlook Emails | 02 May 2008 15:51 GMT | 1 |
I have a bunch of emails that come to me everyday. I want to have a macro or rule of some sort to take the attachments and save them to a directory. Again, I only need the attachments saved to a folder on my computer, so i can print them later.
|
| Macro Using voltage securemail | 02 May 2008 13:50 GMT | 1 |
I need to send emails automatically using Voltage SecureMail as my attachments contains confidential info., so that the email goes Email encryption. I have created a macro to send emails automatically but need help to send them using 'Send secure' button. Therefore I need to ...
|