View Single Post
  #2  
Old November 14th 07, 03:18 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook.Selection doesn't work in access 97

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.

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


"vonClausowitz" wrote in message ups.com...
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

Ads