Outlook.Selection doesn't work in access 97

V

vonClausowitz

Hi All,

We are still using Outlook 97 and now I'm trying to create a code that
will save all
attachments from selected (or rather highlighted) emails. The code I
tried uses
Outlook.Selection.
However 97 doesn't recognize it.

Is there an alternative?

Regards
Marco
 
S

Sue Mosher [MVP-Outlook]

You will need Outlook 2000 or later to use the Explorer.Selection collection. There is no alternative if you want to write Access VBA code.
 
Top