Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Emailing from Excel


Hi,

I've been reading some Rob de Bruin scripts for sending email from
Excel. My problem is that the user would need to be able to select who
the recipient would be. I want to send a generic email reply, but to a
different person each time.

Is this possible?

Thanks in advance.

Tanya


--
tanyhart
------------------------------------------------------------------------
tanyhart's Profile: http://www.excelforum.com/member.php...o&userid=35148
View this thread: http://www.excelforum.com/showthread...hreadid=549107

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Emailing from Excel

Hi Tanya,

You could replace a code line like:

.To = "

with

.To = Activesheet.Range("A1").Value

---
Regards,
Norman



"tanyhart" wrote in
message ...

Hi,

I've been reading some Rob de Bruin scripts for sending email from
Excel. My problem is that the user would need to be able to select who
the recipient would be. I want to send a generic email reply, but to a
different person each time.

Is this possible?

Thanks in advance.

Tanya


--
tanyhart
------------------------------------------------------------------------
tanyhart's Profile:
http://www.excelforum.com/member.php...o&userid=35148
View this thread: http://www.excelforum.com/showthread...hreadid=549107



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Emailing from Excel


Norman Jones Wrote:
Hi Tanya,

You could replace a code line like:

.To = "

with

.To = Activesheet.Range("A1").Value

---
Regards,
Norman

View this thread
http://www.excelforum.com/showthread...hreadid=549107


Actually, the quickest and easiest way to deal with this would be t
change .send to .display in your options, and don't use ".To" . Wit
send the email address is entered in the form you're creating (i
there's a cell/field designated for it). with display, it just open
the email, and you set the email address in Outlook, rather than i
Excel

--
ljsmit

-----------------------------------------------------------------------
ljsmith's Profile: http://www.excelforum.com/member.php...fo&userid=3053
View this thread: http://www.excelforum.com/showthread.php?threadid=54910

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Emailing from Excel

Hi tanyhart

Click on the tip link on each example page

--
Regards Ron De Bruin
http://www.rondebruin.nl



"tanyhart" wrote in message
...

Hi,

I've been reading some Rob de Bruin scripts for sending email from
Excel. My problem is that the user would need to be able to select who
the recipient would be. I want to send a generic email reply, but to a
different person each time.

Is this possible?

Thanks in advance.

Tanya


--
tanyhart
------------------------------------------------------------------------
tanyhart's Profile: http://www.excelforum.com/member.php...o&userid=35148
View this thread: http://www.excelforum.com/showthread...hreadid=549107



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Emailing from Excel


Thanks for the help. I got it to work the way I wanted it to. :

--
tanyhar
-----------------------------------------------------------------------
tanyhart's Profile: http://www.excelforum.com/member.php...fo&userid=3514
View this thread: http://www.excelforum.com/showthread.php?threadid=54910



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
emailing from Excel Roger Excel Discussion (Misc queries) 0 July 2nd 07 07:14 PM
Emailing Excel? JoeBed Excel Discussion (Misc queries) 2 May 5th 06 09:16 PM
emailing using Excel VBA SP[_6_] Excel Programming 2 March 7th 06 06:42 AM
emailing from excel selkov Excel Programming 1 February 11th 04 08:56 AM
Emailing from Excel pvp Excel Programming 1 August 4th 03 02:34 PM


All times are GMT +1. The time now is 07:43 AM.

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

About Us

"It's about Microsoft Excel"