| Thread | Last Post | Replies |
|
| What is the equivalent in O2K vb to "Sleep()"? | 31 Jan 2008 14:18 GMT | 17 |
Went hunting in the archives and didn't find anything there or in the help file relating to a "sleep" function. In other scripting languages, just to give an example, you can type in something like Sleep(10000) 'for 10 seconds
|
| Program data into the "To, Cc and Introduction" fields | 30 Jan 2008 18:01 GMT | 3 |
I am in MS Word 2003 and I select the E-Mail icon on the Toolbar. It brings up the Outlook 2003 "To:..., Cc..., Subject: and Introduction:" fields at the top of the Word document, along with some of the Outlook toolbar icons.
|
| Variables passed into HTML from VBA for a boilerplate template | 29 Jan 2008 16:50 GMT | 7 |
All, I have a complex HTML e-mail message that I want to be able to customize using variable in VBA. I don't want to have to go through the entire HTML maessage and include in the the .htmlbody when creating a new message. I
|
| Outlook Function help | 29 Jan 2008 05:57 GMT | 3 |
Help new at functions- Have .Form![e-mailAddress], "Medco Finance Contracts Admin", "Manual Billing Request. Adjustment Form", "Please review the attached document, Approve or
|
| Searching for Outlook 2007 VBA Consulting | 28 Jan 2008 22:20 GMT | 4 |
I'm looking for someone who can develop a quoting macro that already works for Outlook 2003. I consider myself a poweruser and can do basic scripting activities. However, with the change in scripting format in Outlook 2007, I do not have the knowledge needed to recreate an ...
|
| Sending Calendar Appointment | 28 Jan 2008 15:53 GMT | 3 |
I am simply trying to create an appointment, invite someone and send it. The code below does most of this. It creates the appointment for 4 days time between 08:00 and 09:00 I get promted that a program is trying to send an item so click Yes (once the Yes button appears) but the ...
|
| Items not moing from Outbox to Sent | 28 Jan 2008 07:17 GMT | 1 |
I wrote an event handler Application_ItemSend to modify the item's BCC field, and now my sent items are not moving from the Outbox to the Sent folder correctly. The items themselves are sending fine. How I can make these messages move correctly from Outbox to Sent?
|
| Hide the TO CC etc. in new Email | 26 Jan 2008 19:45 GMT | 2 |
would it be possible to create a vba program that opens a new message window, and hides the address input fields. When a user clicks Send mail button I want to intercept the message, send it to an specified address and put the mail in a different folder as the send items
|
| CDO Message Forwarding Issue. | 25 Jan 2008 23:32 GMT | 4 |
The reference is Microsoft CDO 1.21 Library. --Source Code Begiin--- Imports Microsoft.VisualBasic Imports System.IO
|
| How do i store senders e-mail as soon a new mail arrives | 25 Jan 2008 17:38 GMT | 1 |
Gurus, I am a novice with outlook vba. Need your help to accomplish the following I want to store (a)sender's e-mail (b)subject (c)senders phone number in an excel file as soon as a new mail arrives in my inbox.
|
| Newbie wants to connect using CDO instead of MAPI | 25 Jan 2008 17:09 GMT | 6 |
I have the following VBA code that uses MAPI to get a user's Appointments. It generates the dreaded security access dialog, so i want to use CDO instead, but I don't know how. Dim ol As New Outlook.Application
|
| Create task request from Excel: reminder problem | 25 Jan 2008 13:20 GMT | 5 |
I've written some vba to send task requests from Excel 2003 (after activating Outlook 2003 library). Everything works fine except the reminder checkbox which remains empty although activating the ReminderSet property. Sub SendBackupTaskToCustomer()
|
| Download Email Message | 25 Jan 2008 06:52 GMT | 1 |
I don't have a option to create Archieve(.PST folder) in my Outlook as it was restricted in our company. I would like to have a macro in outlook which automatically save a copy of the incoming email in my harddisk. So even if i delete the email from the
|
| how to disable "Edit Read Page" | 24 Jan 2008 22:42 GMT | 1 |
Need a way to disable th "Edit Read Page" when designing a form in the "message" tab, as well it is in the (P.x) tabs.
|
| How to overwrite a file automaticaly | 24 Jan 2008 22:17 GMT | 5 |
I'm using this in outlook script , but if the file exist the system display a message and ask me if I want to overwrite it objExcelApp.ActiveWorkbook.SaveAs \\Backup\mybackup.xls" is there a way to bypass the message and save the file without displaying
|