Hi Carim,
I went in to the site, but few functions were not working in my system.
Ex: Dim OutApp As Outlook.Application
Dim OutMail As Outlook.MailItem
How do i proceed?
Thanks
Sunil
Carim - 21 Mar 2006 13:24 GMT
Sunil,
Once you are in VB ( Alt F11 command ), in the menu Tools Reference,
you will have to tick off the appropriate library ...
in your case, it should be Microsoft Outlook Object x.xx Library
HTH
Cheers
Carim
sam - 21 Mar 2006 13:31 GMT
Hi Carim,
It's already been ticked off, the library name is
microsoft outlook 10.0 object library
Thank You,
Sam
Tom Ogilvy - 21 Mar 2006 13:26 GMT
go to the VBE, Alt+F11, then go to tools->References and find Microsoft
Outlook in the listing. Click the checkbox to create a reference to it.
Then Excel will understand those declarations.

Signature
Regards,
Tom Ogilvy
> Hi Carim,
>
[quoted text clipped - 7 lines]
> Thanks
> Sunil
Ron de Bruin - 21 Mar 2006 16:25 GMT
Please read the information above the macro examples
1) Go to the VBA editor, Alt -F11
2) Tools>References in the Menu bar
3) Place a Checkmark before Microsoft Outlook ? Object Library
? is the Excel version number

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> Hi Carim,
>
[quoted text clipped - 7 lines]
> Thanks
> Sunil