Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My name is John. I am running a program in excell that runs macro. Part of
this macro is to automaticaly send an e-mail with the spreadsheet attached. I get the warning that a program is trying to send e-mail on your behalf. The options I have are Yes, No or Help. How can I stop this warning message from appearing? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi John
http://www.rondebruin.nl/mail/prevent.htm -- Regards Ron de Bruin http://www.rondebruin.nl "john" wrote in message ... My name is John. I am running a program in excell that runs macro. Part of this macro is to automaticaly send an e-mail with the spreadsheet attached. I get the warning that a program is trying to send e-mail on your behalf. The options I have are Yes, No or Help. How can I stop this warning message from appearing? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
At the start of the macro type: Application.DisplayAlerts = False and you wont get any warnings You can use Application.ScreenUpdating = False this stops you seeing the macro doing its stuff (therefore your macro will run faster) -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200601/1 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Crowbar
This is not working for the Outlook or Outlook Express security warning. -- Regards Ron de Bruin http://www.rondebruin.nl "Crowbar via OfficeKB.com" <u15117@uwe wrote in message news:5ae5ce9c0a0fd@uwe... Hi At the start of the macro type: Application.DisplayAlerts = False and you wont get any warnings You can use Application.ScreenUpdating = False this stops you seeing the macro doing its stuff (therefore your macro will run faster) -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200601/1 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Private sub AutoEmail()
ActiveWorkbook.SendMail " end sub This works for me! The only trouble is, is that outlook must be open or they won't send, I use this daily to send to 50 people and never get a message -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200601/1 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Outlook Express you can turn it of
http://www.rondebruin.nl/mail/prevent.htm Or you use Excel 97 or 2000 not up to date -- Regards Ron de Bruin http://www.rondebruin.nl "Crowbar via OfficeKB.com" <u15117@uwe wrote in message news:5ae662431f6c5@uwe... Private sub AutoEmail() ActiveWorkbook.SendMail " end sub This works for me! The only trouble is, is that outlook must be open or they won't send, I use this daily to send to 50 people and never get a message -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200601/1 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Your right mate,
I'm using an old version at work I'm out of ideas Why not downgrade? (only kiddin) :-) -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200601/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automate Macro | Excel Discussion (Misc queries) | |||
Send Mail with Lotus Notes | Excel Discussion (Misc queries) | |||
Can I record or write a macro to send a worksheet via Outlook? | Excel Discussion (Misc queries) | |||
How do I write a macro for a button to send user to a custom view? | Excel Discussion (Misc queries) | |||
Send to mail recipient (as attachement) is greyed out | Excel Discussion (Misc queries) |