Help writing a macro to move emails
Tue, 5 Feb 2008 23:04:06 -0800 (PST)
Hi:
I already have some macros which move emails to predetermined folders
and these macros are run with a keyboard shortcut. It works fine.
I'd like to write a macro which will do the following: When I close
an email (and go to the next one), I'd like to move the email I just
closed to folder xyz. So if ...
|
objShell.BrowseForFolder dialog - how to use file shortcuts
Tue, 5 Feb 2008 16:22:32 -0800
We use the dialog below to set a textvar to the address of a folder.
While we are in the dialog, shortcuts (to the various folders we use often)
don't work.
How can we modify the dialog so that shortcuts to file folders will work
inside the dialog?
Here's the code:
Set objFolder = objShell.BrowseForFolde ...
|
IncludeRecurrences 2003 vs 2007
Mon, 4 Feb 2008 14:51:38 -0800 (PST)
I've written a macro that will export all of my appointments to
Excel. With Office 2007, this works fine, but on other computers
running Office 2003, it does not work. The issue that 2003 does not
show the recurring items while 2007 does.
The start of my code is this:
Dim SafeAppointment, oAppointment
...
|
Invest smart
Sat, 2 Feb 2008 14:17:24 -0800
How much profit can you make with one dollar?
Check out this website www.forbuck.com
Without any obligation, registering or other ties make cash!
...
|
Starting Outlook from MSAccess
Fri, 1 Feb 2008 16:33:04 -0800
My outlook 2007 has a default stationary and a default signature. When I
start a new email from Outlook, the stationary and signature appears as
expected.
When I start an email through MSAccess from a command button that runs an
Access
macro who's action is "Send Object", the default stationary is correct, b ...
|
Rule not executing
Fri, 1 Feb 2008 13:21:18 -0800
I have a rule that reads:
Apply this rule after the message arrives
sent to "Terminations"
and with "Termination Notification" in the subject
move it to the "Terminations" folder
Everything in quotes are the instructions the rest is the standar label
applied by Outlook. This rule was working fine until a fe ...
|
How to get past the OutLook Busy DLG . . .
Thu, 31 Jan 2008 13:03:43 -0800
I have a simple script that logs into a profile - grabs the inbox and junk folder and removes all the items. It's an unmonitored box and the process is simply inplace to keep it from filling up.
The problem is at
AT: oa.Session.Logon sInbox ' sInbox is acutally a PROFLE name
on occasion i get a P ...
|
|
|
Changing Mailitem property
Wed, 30 Jan 2008 09:55:37 -0800 (PST)
Hi - I'd like to create a really simple macro that sets the mailitem
property deleteaftersubmit to true, ie so that a message will not be
saved when it is sent. I normally have Save turned on by default, but
I'd like to have a toolbar button to quickly turn this off in an
individual message before I hit send. I ...
|
Outlook View Control with OL 2007
Wed, 30 Jan 2008 15:15:03 -0000
I'm trying to upgrade support in a VB6 app I finished last year - from
Outlook 2003 to Outlook 2007.
The problem is with the View Control. (ViewCtl1). I can't get it to work
at all on a new PC with just Outlook 2007 on it.
It works on my development PC that used to have Outlook 2003 - which is now
upgr ...
|
Getting Custom Image with the control text.
Wed, 30 Jan 2008 02:09:17 -0800 (PST)
Hi,
I am working with ribbons in Outlook 2007. I have added one group and
some controls in the pre-existing ribbon.
My problem I am not able to assign a custom image to the controls
which I hv programatically added using the XML. Although I am able to
add a image using the imageMSO property but I want to as ...
|