Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the following code to send an email but I still have to click the
Send button. How do I automate this? 'Send by email the txt work file Workbooks.OpenText Filename:=PCODir & PCOFil, Origin:=xlMSDOS, StartRow:=1, _ DataType:=xlFixedWidth, FieldInfo:=Array(Array(0, 1)), TrailingMinusNumbers:=True Application.CutCopyMode = False Application.Dialogs(xlDialogSendMail).Show Emailto, "Pick-confirm file attached" ActiveWorkbook.Close |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
how do I email amacro? | Excel Worksheet Functions | |||
Macro problem in Excel | Excel Discussion (Misc queries) | |||
Macro in Excel 2002 to save a workbook to a FTP location | Excel Discussion (Misc queries) | |||
Sending a email from inside Excel | Excel Discussion (Misc queries) |