Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Re Excel 2002 I am using the following to open an Outlook new mail window with the attached workbook:- objExcel.Dialogs(xlDialogSendMail).Show strInvoiceEmailAddress, "Latest invoice attached" I first saved the file so that the attachment would get a more meaningful name. I then want to delete the saved file with Kill... but the code does not wait until the Outlook window is closed. My query is this: is it possible to give the attachmnet a different name to the default "Book1.xls", or how do I pause the code so that I can delete the saved file and not get a message to say the file is in use? Many thanks. -- thepython ------------------------------------------------------------------------ thepython's Profile: http://www.excelforum.com/member.php...o&userid=30563 View this thread: http://www.excelforum.com/showthread...hreadid=502126 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 03 - Send Attachment (can't minimize Outlook window) | Excel Discussion (Misc queries) | |||
Force Macro to wait till Refreshall is done | Excel Programming | |||
Send current Excel File as an attachment using Outlook 2000 | Excel Programming | |||
Send Outlook Attachment within Excel | Excel Programming | |||
What 's wrong with the coding? -- about using outlook to send attachment in excel | Excel Programming |