#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Use Bcc

Hi
I have this:
is there a way to add a bcc adress

With Destwb
.SaveAs TempFilePath & TempFileName & FileExtStr, _
FileFormat:=FileFormatNum
'On Error Resume Next

' .SendMail "
Application.DisplayAlerts = False
ActiveWorkbook.SendMail ", _
Subject:=strSubject


On Error GoTo 0
.Close SaveChanges:=False
End With

Alvin

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Use Bcc


Ron de Bruin has a vast amount of email code he

'Example Code for sending mail from Excel'
(http://www.rondebruin.nl/sendmail.htm)


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99804

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Use Bcc

Hi
I use one off Ron's scripts
but can't find out sending to a bcc adress

Alvin


"royUK" skrev:


Ron de Bruin has a vast amount of email code he

'Example Code for sending mail from Excel'
(http://www.rondebruin.nl/sendmail.htm)


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99804


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

On top of every SendMail example page you can read this

With SendMail it is not possible to :

1) Send text in the Body of the mail
2) Use the CC or BCC field
3) Attach other files

Use the Outlook object model examples from my site



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"alvin Kuiper" wrote in message ...
Hi
I use one off Ron's scripts
but can't find out sending to a bcc adress

Alvin


"royUK" skrev:


Ron de Bruin has a vast amount of email code he

'Example Code for sending mail from Excel'
(http://www.rondebruin.nl/sendmail.htm)


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=99804


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



All times are GMT +1. The time now is 09:08 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"