PDA

View Full Version : Oulook VBA help-rEAD VALUES from Word DB using OUTLOOK vba



staycool
11-21-2008, 10:53 AM
Hi All,
Can anyone help me to read values from email-id and details from Word Document and Send mails to those IDs using Outlook VBA Code.Given is Actually a Database in the form of word document.

Please help me People ASAP.
:banghead: :banghead: :banghead:

staycool
11-22-2008, 08:32 PM
To be more clear:

My question is,
I am provided with a DB in the form of Word Document.
I word document has the following details:
Name Contact CompName EmailId
xxx yyy zzz zyz@x.in

They are aligned just rowwise without using word table.

Now i have to take the details of Name,Contact,CompName from word Document and send mail to the specific mailid given like zyz@x.in.There are around 1000 entries like this.Now i have to use Outlook Macro to send mail with details of xxx,yyy,zzz as mail body with a common subject to the respective mail-ids .Please suggest me a solution.