Explorers or Inspectors... Which to use to catch my event?
Mon, 11 Feb 2008 22:47:08 -0800 (PST)
Appologies if this is a double post: I tried to reply to the original
post (help writing a VBA to move email) but that didn't seem to work.
I use Outlook 2007 on a Win XP machine. I have 1 large Outlook window
open with Preview turned ON. This is how I view all my email. I just
use the down-arrow to go to th ...
|
Create a rule or function that will open a file
Mon, 11 Feb 2008 14:59:01 -0800
Hi,
I have a number of users that will be receiving an Excel file on a regular
basis. I want an outlook rule (I think) that when the email is received will
automatically open the file.
The excel file contains macros that will be trusted by each of the users and
when it completes is can be closed.
Is t ...
|
Changing account selection after typing an email wipes out email
Mon, 11 Feb 2008 13:32:36 -0800
Outlook 2007:
1. My default account is KW1.
2. I start a new email.
3. I type the text of the email.
4. Before sending, I select the Account button and change to account KW2.
5. MY ENTIRE EMAIL IS LOST! THE ENTIRE TEXT DISAPPEARS!! The TO and SUBJECT
remain, but that's it. By changing the FROM with the Accoun ...
|
Macro to add date automatically to MEETING INVITE
Mon, 11 Feb 2008 12:27:14 -0800 (PST)
Hi -
Can someone explain why this code doesn't work possibly?
Sub AddDate()
Dim msg As Outlook.MeetingItem
Dim str As String
str = CStr(Now())
msg.Body = str & vbCrLf
msg.Display
Set msg = Nothing
End Sub
I assigned it to a toolbar button, and want to be able to
automatically a ...
|
CDO Error
Mon, 11 Feb 2008 11:02:52 -0800 (PST)
I have an application that allows the user to create a recurring e-
mail. My issue is when I open the address book, select a name, and
then continue, I get an error. This used to work, but now I'm on a
different development computer since I first wrote it.
My CDO.DLL version is 6.5.7651.61
The exact line ...
|
Halting warning display for own macros
Mon, 11 Feb 2008 09:30:18 -0500
I've added a couple of VBA macros to my Outlook 2003 and the security level
for macros is set at medium. As a result, every time Outlook starts it
displays a warning message box and asks if it is OK to enable macros. I
don't want to lower security to allow all macros to run but it would be nice
if Outlook wo ...
|
Our new website
Fri, 8 Feb 2008 15:29:07 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
|
|
VBA .Move or .Copy Resets All Properties
Fri, 8 Feb 2008 09:53:46 -0800 (PST)
Hi,
I need to move files from one folder to another in an Exchange account
and I thought Outlook VBA would be the simplest solution, but I can't
seem to figure out where I've gone wrong.
Every time I do a .Copy or a .Move on the MailItem object, the item's
properties seem to reset and act as if it's an unse ...
|
Speed of VBA move vs manual move, for emails moved to Public Folders
Fri, 8 Feb 2008 08:39:14 -0800 (PST)
Hi,
I am writing a backup routine which will automatically file/move
emails from the inbox of any of our staff, into Public Folders, using
some simple rules. We have a team of remote workers, all using Outlook
2003 connected via VPN to Exchange. When testing the code, I've found
that manually moving a standar ...
|
How to install Microsoft Office Document Imageing on Windows 2003(x64), when i install it the OCR in MODI doesnt work:
Thu, 7 Feb 2008 15:51:10 -0800
How to install Microsoft Office Document Imageing on Windows 2003(x64), when
i install it the OCR in MODI doesnt work:
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM
class factory for component with CLSID
{40942A6C-1520-4132-BDF8-BDC1F71F547B} failed due to the following error: ...
|