Displaying Calendar Explorer
Fri, 14 Nov 2008 12:28:23 -0500
Hi,
Still on my quest to time certain things in Outlook.
I'm now trying to get the time it takes to go from displaying the Inbox to
displaying the calendar.
I have this code here but unfortunately it opens another instance of
Outlook, instead of causing the current instance (which I have opened
earlier on ...
|
Outlook Contacts Macro to Change Info
Thu, 13 Nov 2008 14:39:01 -0800
I am trying to figure out how to create a macro that will cycle through my
contacts and remove the data in the title name field. Every contact's first
name is also repeated in the title field. ...
|
open source removing duplicate contacts
Thu, 13 Nov 2008 11:51:05 -0800 (PST)
I wrote this macro to remove duplicates. You need to "Show Office
Assistant" in the help menu to display balloon. This macro is run in
visual basic editor.
It is slow and limited. It goes one by one and you can select one to
delete but I would like to work on combining/updating contact info. I
am posting ...
|
Outlook VBAProject.otm reverted to prior version
Thu, 13 Nov 2008 08:03:01 -0800
A few months ago I wrote an Outlook VBA application and distributed it (as
forms) to about 30 users. Since then I've been updating the app, and sending
out new sets of forms for users to update with. We're currently in the pilot
phase before launching to a wider audience in the company. All users are on
Outl ...
|
Macro with multiple Lines of text for email OL 2007
Thu, 13 Nov 2008 08:00:05 -0800
I'd like to create a macro, that will email a person, and the in the body of
the email, there are multiple lines of text.
I can get the email address set up, and one line of text. How can I add 2
or 3 more lines in the macro?
Thanks,
Michael ...
|
creating and setting userproperties programmatically
Thu, 13 Nov 2008 07:31:01 -0800
Hi,
I was wondering if someone here might be able to give a hand to something
I am trying to accomplish. I am trying to write logic to go into an email in
a given folder (resume folder) in my inbox and parse out the applicants name
based on the body contents of the email. I have been able to get the name ou ...
|
Recursively set Auto Archive settings on a sub folder
Thu, 13 Nov 2008 07:01:01 -0800
A year or so ago I found a piece of code that, when attached to a toolbar
button, allowed me to set the archive settings on a top-level folder, click
on the button, and it would set all sub-folders to the same setting.
Unfortunately I lost it when I got a new work laptop and now I can't track
this down. I ...
|
|
|
moving email messages from one folder to another existing folder
Wed, 12 Nov 2008 13:20:28 -0800
hi, i am looking for some code for moving messages from one folder to another. ...
|
Modify default incoming Message form
Wed, 12 Nov 2008 02:05:00 -0800
Hi,
I need to create a Message custom form, and set it as the default for
Outlook, so my form will be shown every time I open an incoming mail (Inbox
folder).
I have modified a message (taken from the inbox) and "Published As..." in
the "Inbox folder" (Message Class: IPM.Note.myMessage).
I found a pos ...
|
Link To Outlook Address Book Slow
Tue, 11 Nov 2008 11:32:06 -0800
Greetings,
I would like the display names in an Outlook global address list to be
available in a combo box on a form in MS Access. I have created a linked
table to the
Outlook Global Address list in the database, and am referencing the table in
the form, but it operates at an unacceptably slow speed. I ...
|