Attaching excel adress list to custom form

  • Thread starter Thread starter Stevie
  • Start date Start date
S

Stevie

Hi all,

I wondered if this is possible what I want.
FWIW : I'm working in a WinXP environment using Outlook 2000.

What I want is to create a custom form as a custom reply to certain
mails.
I want to attach an xls-file to the to button. I want the names that
are in this xls-sheet to appear in the To-box. I want to be able to
add in CC other contacts from the Outlook contacts.

Thanks in advance for your quick replies.

P.s.: just tell me as well if you know it's impossible.

Stevie.
 
It's not possible to "attach an xls file to the to button" but you could
certainly write code to parse an Excel worksheet and add those addresses
from that sheet as To recipients.

It's also not generally practical to use a custom form as a reply. Instead,
what I think you'll want is a VBA macro that creates the reply message and
does what you need to it.
 
Back
Top