Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

I am using outlook express and have to press send for the email to go.The msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 709
Default i have to press sent to email

See if this will work,

http://www.rondebruin.nl/mail/prevent.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Excel Ox" wrote in message
...
I am using outlook express and have to press send for the email to go.The

msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

I have already tried this and I still get a window with the message and have
to press send.
I really appreciate your response
--
I B Aver


"Paul B" wrote:

See if this will work,

http://www.rondebruin.nl/mail/prevent.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Excel Ox" wrote in message
...
I am using outlook express and have to press send for the email to go.The

msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default i have to press sent to email

Which mail program do you use

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


"Excel Ox" wrote in message ...
I have already tried this and I still get a window with the message and have
to press send.
I really appreciate your response
--
I B Aver


"Paul B" wrote:

See if this will work,

http://www.rondebruin.nl/mail/prevent.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Excel Ox" wrote in message
...
I am using outlook express and have to press send for the email to go.The

msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

I am using outlook express and excel 2003
--
I B Aver


"Ron de Bruin" wrote:

Which mail program do you use

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


"Excel Ox" wrote in message ...
I have already tried this and I still get a window with the message and have
to press send.
I really appreciate your response
--
I B Aver


"Paul B" wrote:

See if this will work,

http://www.rondebruin.nl/mail/prevent.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Excel Ox" wrote in message
...
I am using outlook express and have to press send for the email to go.The
msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default i have to press sent to email


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default i have to press sent to email

Hi Excel Ox

You can turn off the security warning then

See
http://www.rondebruin.nl/mail/prevent.htm


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


"Excel Ox" wrote in message ...
I am using outlook express and excel 2003
--
I B Aver


"Ron de Bruin" wrote:

Which mail program do you use

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


"Excel Ox" wrote in message ...
I have already tried this and I still get a window with the message and have
to press send.
I really appreciate your response
--
I B Aver


"Paul B" wrote:

See if this will work,

http://www.rondebruin.nl/mail/prevent.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Excel Ox" wrote in message
...
I am using outlook express and have to press send for the email to go.The
msg
is correct. can anyone tell how to get around this.
thanks
--
I B Aver








  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default i have to press sent to email

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057




  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057







  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057





  #12   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default i have to press sent to email

Strange

You can try to register OE again

Go to Start | Run and type the following:
"C:\PROGRAM FILES\OUTLOOK EXPRESS\MSIMN.EXE" /reg
(Check the path to msimn.exe to make sure that is correct)


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


"Excel Ox" wrote in message ...
The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057







  #13   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

I cut and pasted the info in the "run" box and "Program not found" msg. I
"Browsed" and found it then added /reg, and "Program not found again". when i
remove the /reg, the progam runs.i am sys managed.
--
I B Aver


"Ron de Bruin" wrote:

Strange

You can try to register OE again

Go to Start | Run and type the following:
"C:\PROGRAM FILES\OUTLOOK EXPRESS\MSIMN.EXE" /reg
(Check the path to msimn.exe to make sure that is correct)


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


"Excel Ox" wrote in message ...
The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057








  #14   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

i finally got it to run by adding a space before the /. the mail page comes
up smaller now but i still have to press send.
--
I B Aver


"Excel Ox" wrote:

I cut and pasted the info in the "run" box and "Program not found" msg. I
"Browsed" and found it then added /reg, and "Program not found again". when i
remove the /reg, the progam runs.i am sys managed.
--
I B Aver


"Ron de Bruin" wrote:

Strange

You can try to register OE again

Go to Start | Run and type the following:
"C:\PROGRAM FILES\OUTLOOK EXPRESS\MSIMN.EXE" /reg
(Check the path to msimn.exe to make sure that is correct)


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


"Excel Ox" wrote in message ...
The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057








  #15   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

i reloaded outlook express from the cd. No change. how do i go to regular
outlook?
--
I B Aver


"Excel Ox" wrote:

i finally got it to run by adding a space before the /. the mail page comes
up smaller now but i still have to press send.
--
I B Aver


"Excel Ox" wrote:

I cut and pasted the info in the "run" box and "Program not found" msg. I
"Browsed" and found it then added /reg, and "Program not found again". when i
remove the /reg, the progam runs.i am sys managed.
--
I B Aver


"Ron de Bruin" wrote:

Strange

You can try to register OE again

Go to Start | Run and type the following:
"C:\PROGRAM FILES\OUTLOOK EXPRESS\MSIMN.EXE" /reg
(Check the path to msimn.exe to make sure that is correct)


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


"Excel Ox" wrote in message ...
The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057










  #16   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default i have to press sent to email

Hi

Outlook express is a part of Windows and Outlook a part of Office.

You can change the program for Office like this

StartSettingsControl Panel....Internet options (Program Tab)
Close Excel first before you make a change.


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


"Excel Ox" wrote in message ...
i reloaded outlook express from the cd. No change. how do i go to regular
outlook?
--
I B Aver


"Excel Ox" wrote:

i finally got it to run by adding a space before the /. the mail page comes
up smaller now but i still have to press send.
--
I B Aver


"Excel Ox" wrote:

I cut and pasted the info in the "run" box and "Program not found" msg. I
"Browsed" and found it then added /reg, and "Program not found again". when i
remove the /reg, the progam runs.i am sys managed.
--
I B Aver


"Ron de Bruin" wrote:

Strange

You can try to register OE again

Go to Start | Run and type the following:
"C:\PROGRAM FILES\OUTLOOK EXPRESS\MSIMN.EXE" /reg
(Check the path to msimn.exe to make sure that is correct)


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


"Excel Ox" wrote in message ...
The send immediately has been checked all along.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message
...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057










  #17   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default i have to press sent to email

Your are great! I have switched over to outlook, and other problems but i'll
go to outlook to solve them. I really appreciate all your help.
--
I B Aver


"Excel Ox" wrote:

the macro executes to the .send instruction. When it is executed, i get a
outlook express send-mail window that I have to press send for the message to
be sent.
--
I B Aver


"Ron de Bruin" wrote:

Do you mean that it stay in the outbox ?

See ToolsOptionsSend in Outlook Express

Check : "Send messages immediately"

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


"Excel Ox" wrote in message ...
Thanks weavtennis. I still get the email page and have to press send.
--
I B Aver


"weavtennis" wrote:


The following works just fine in my '97 version of Excel and V6 OE.


Sub Sendemails()
addy = "
ActiveWorkbook.Sendmail Recipients:=addy
End Sub

There may be more parameters (like email subject and text in the
message) - but I get an email in my OE outbox without pressing more
keys.

If you need to, use "sendkeys" to send "ALT+ENTER" to the OE mail
dialog.


--
weavtennis
------------------------------------------------------------------------
weavtennis's Profile: http://www.excelforum.com/member.php...fo&userid=3634
View this thread: http://www.excelforum.com/showthread...hreadid=514057





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
When I Press the Enter Key Nothing happens. bigev Excel Discussion (Misc queries) 1 March 1st 06 03:05 PM
key press event? short_n_curly[_19_] Excel Programming 2 July 15th 05 08:43 PM
on press Fraggs[_18_] Excel Programming 1 June 7th 04 05:16 PM
on press detection Fraggs[_17_] Excel Programming 1 June 7th 04 03:26 PM
test for key press Robert Chapman Excel Programming 6 October 6th 03 05:31 PM


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