Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newbie Q - outlook & Excel


Hello,

pardon me if this has already been asked but I was unable to find it
before hand.
I am very new to Excel and VB macro stuff.

Basically I need a macro which can go through a list of emails in
excel, put something in the subject line.
Then in the msg part of the email, I would like it copy particular
fields on a row and automatially sent that email.

I have gotton as far as creating a button in the Excel workbook and
opening the VB editor.

I have had a look at http://www.rondebruin.nl/mail/oebody.htm
But i do not understand where in the VB editor do I paste that code?

Please shed some light
Cheers in advance


--
periro16
------------------------------------------------------------------------
periro16's Profile: http://www.excelforum.com/member.php...o&userid=26345
View this thread: http://www.excelforum.com/showthread...hreadid=396103

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newbie Q - outlook & Excel


This guy is using API calls to use Express to send a mail.

Ussually code like that is placed in a class module, but you place it
into a normal module to make it work.

He's using a sheet as a mailing list


--
Dnereb
------------------------------------------------------------------------
Dnereb's Profile: http://www.excelforum.com/member.php...o&userid=26182
View this thread: http://www.excelforum.com/showthread...hreadid=396103

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Newbie Q - outlook & Excel

You would go into the VBE and with your workbook as the activeproject
(selected in the project explorer) you would do Insert=Module and place the
code in the resulting module.

for tutorials on using VBA, see David McRitchie's listing at:
http://www.mvps.org/dmcritchie/excel....htm#tutorials

VBA tutorials listed after the excel tutorials.

--
Regards,
Tom Ogilvy


"periro16" wrote in
message ...

Hello,

pardon me if this has already been asked but I was unable to find it
before hand.
I am very new to Excel and VB macro stuff.

Basically I need a macro which can go through a list of emails in
excel, put something in the subject line.
Then in the msg part of the email, I would like it copy particular
fields on a row and automatially sent that email.

I have gotton as far as creating a button in the Excel workbook and
opening the VB editor.

I have had a look at http://www.rondebruin.nl/mail/oebody.htm
But i do not understand where in the VB editor do I paste that code?

Please shed some light
Cheers in advance


--
periro16
------------------------------------------------------------------------
periro16's Profile:

http://www.excelforum.com/member.php...o&userid=26345
View this thread: http://www.excelforum.com/showthread...hreadid=396103



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Real Newbie newbie question Dave New Users to Excel 0 January 10th 07 07:55 PM
excel open in outlook if outlook is running kirk Excel Discussion (Misc queries) 0 May 24th 06 06:42 PM
Outlook Automation Error Problem - Can't locate Outlook Module Allan P. London[_2_] Excel Programming 1 August 14th 05 10:52 PM
Late Binding to Outlook from Excel: Outlook modifies email body Lenny Wintfeld Excel Programming 0 December 12th 04 04:03 PM
Newbie help...VBA w/ Excel Joe Excel Programming 3 August 11th 03 11:30 PM


All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"