How can I force New Message cursor to start in bcc field
Thu, 20 Nov 2008 03:59:01 -0800
I'm researching something for a friend that frequntly emails using numerous
distribution lists.
Desire is to have ALL emails he sends to DLs be bcc for privacy.
Intuitive nature of program places cursor in To field, and he's accidently
sent some with names in the clear.
Is there an easy way to force the cur ...
|
Trying to run this macro to save Outlook mailbox folder list - but it doesn't work
Wed, 19 Nov 2008 15:55:55 -0500
I found this code on the net. It suppose to copy a user mailbox folder list
to a .txt file( the one you see in the left pane ). When I run it, i get an
error :
"Runtime error 429: ActiveX component cannot create object "
and " Set objCDO = CreateObject("MAPI.Session") " is highlighted in yellow.
Can anyone se ...
|
Trying to run this macro to save Outlook mailbox folder list - but it doesn't work
Wed, 19 Nov 2008 15:52:20 -0500
I found this code on the net. It suppose to copy a user mailbox folder list
to a .txt file( the one you see in the left pane ). When I run it, i get an
error :
"Runtime error 429: ActiveX component cannot create object "
and " Set objCDO = CreateObject("MAPI.Session") " is highlighted in yellow.
Can anyone ...
|
empty outbox ?
Wed, 19 Nov 2008 21:31:27 +0100
is it posibble to detect from access with VBA code if there are still
messages in the outbox
mvg...
...
|
Removing recurrence in VBA
Wed, 19 Nov 2008 11:42:00 -0800
I have a large number (600+) of appointments that have become mislabeled as
weekly recurring appointments. Their start times are all correct, and their
end times are mostly one day later (all day appointments); all of them are in
the past.
Unfortunately, now all of these appointments appear as current event ...
|
Setting reminder: Date format
Wed, 19 Nov 2008 11:16:35 -0800 (PST)
Hi
I've got:
myDate = "19.11.2008"
mytime = "18:00"
How can I add these two together and then set the reminder
item.setReminder = ??? 'What's the format here?
Many thanks ...
|
Move item between folders
Wed, 19 Nov 2008 04:19:00 -0800
I currently have some VBA code that runs when an mail item arrives in my
inBox, this is triggered by Inbox Rule. That works fine.
I now need to be able to run some code when a user manually moves a mail
item to a different folder within the MailBox. How can I detect this event?
For example
MailBox
/In ...
|
|
|
Changing folder description doesn't "stick".
Wed, 19 Nov 2008 00:51:04 -0800
My first Outlook VBA. I am trying to work through folders (typically
inboxes), archiving e-mails off to the appropriate place. As there are
thousands of e-mails in the inbox, I thought I would have a button that
allowed me to record what date the last e-mail looked at was, so I can
come back to that point and ...
|
How do I call a VBA subroutine from Javascript
Tue, 18 Nov 2008 05:55:00 -0800
I have a VBA form that includes a webbrowser control. In the webbrowser
document I've written a Javascript function that, when called, should pass
information to a subroutine in the VBA. How can this be done? ...
|
Code pause when disconnecting from Terminal Services.
Tue, 18 Nov 2008 00:35:01 -0800
I am running some code on a Windows XP PC using Office 2003 and I am
connecting to this PC via Remote Desktop (Terminal Services). While I am
connected everything appears to be fine, but if I disconnect and leave the
remote PC to run by itself I get issues. This code is in an Excel Module that
processes emai ...
|