Record Macro Outlook 2003

  • Thread starter Thread starter Guest
  • Start date Start date
Most Office programs have no macro recorder. Word and Excel are exceptions, not the rule.
 
Why do they not have a Macro Recorder?

It would make life more productive for beginners and isn't that the whole
point of upgrading to the latest and greatest version!

Regards, tdprado


Most Office programs have no macro recorder. Word and Excel are exceptions,
not the rule.
 
Why do they not have a Macro Recorder?

It would make life more productive for beginners and isn't that the whole
point of upgrading to the latest and greatest version!

Regards, tdprado


Most Office programs have no macro recorder. Word and Excel are exceptions,
not the rule.
 
Has the situation changed with Office 2007?
Tom

tdprado said:
Why do they not have a Macro Recorder?

It would make life more productive for beginners and isn't that the whole
point of upgrading to the latest and greatest version!

Regards, tdprado


Most Office programs have no macro recorder. Word and Excel are exceptions,
not the rule.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
Fair enough - thanks.

Is there a library of example outlook macros?

I'm hoping I can tweak an existing macro to generate a particular type of
calendar entry (my daily digest) at the press of one key (instead of about
30).

Best regards,
Tom
 
This newsgroup is full of samples, or try www.outlookcode.com.

You can create a new AppointmentItem with the Application.CreateItem
function. You might use the object browser (f2), switch from <All Libraries>
to Outlook and easily explore all the AppointmentItem's properties.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Mon, 13 Aug 2007 07:52:01 -0700 schrieb ICTag:
 
Back
Top