deleting multiple appointments

S

SteveDB1

morning all.
I'm looking to delete old appointments from my calendar. I started doing
this by hand, and realized that it's going to take a good two or three hours.
I don't want to delete the series, just my appointments from 2006 and 2007.

How do I do this?

Thank you.
Best.
 
S

SteveDB1

Ok, I'm guessing no responses mean that I didn't make this concise enough.

I use VBA in Excel quite frequently-- daily.

I looked around in Outlook and could not find any way to record a macro. I
went in to the customize toolbars, under macros, and nothing. I opened
developer and saw nothing that'd allow me to record a macro, so that I could
get an idea of the code, and make my modifications from there. I called the
macro window, and saw nothing there that allows for recording.

So, that said, does anyone know of a way that I can record a macro in
Outlook, so that I can make modifications to the code to meet my previously
defined request?

Thank you.
 
K

Ken Slovak - [MVP - Outlook]

There is no macro recorder for Outlook. All Outlook macros are coded from
scratch.

You might want to look at www.outlookcode.com, which has the largest
selection of Outlook code samples.
 
S

SteveDB1

Ken,
My apologies for not responding quicker.
I saw the notifier, and forgot to come back to look at it.
I'll review the site you gave me-- thank you.
 
Top