Ryan,

Firstly, macros aren't that difficult. Sit down with an OOM reference and
you should be coding away with ease before too long.

Secondly, you can ask me (or Siegfried) on this list or
[EMAIL PROTECTED] where the great Sue Mosher (as well as the great
Mr Weber) hang out. 

Kevin
-----Original Message-----
From: Ryan Gorman [mailto:[EMAIL PROTECTED]]
Sent: 06 June 2002 14:41
To: MS-Exchange Admin Issues
Subject: RE: Shortcut key to insert date


Is there a list we should use to ask Outlook questions (because I need a
macro extracts the conversation topic from mails viewed in conversation
view).

-----Original Message-----
From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]] 

Jeramy,

To add: You'll need the following code in your macro. Use a function called
AddDate with:

On Error Resume Next
Set myItem = ThisOutlookSession.ActiveInspector.CurrentItem
myItem.Body = Now & vbCrLf & vbCrLf & myItem.Body

Rename the Key to Add &Date and you will be able to use the Alt-D
combination to add the date.

Talk to me (politely) if you need any help. 

Kevin


Look at Q252426 and Q252427 in the MSKB.

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

Reply via email to