Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Below is the code to send directly am email with the excel workbook attached. But does anyone know how can I (by using macro) zip the file before sending it out? Private Sub CmdSubmit_Click() WhereTo = Range("K2") SubjectText = "Example for " & Range("C3") & " - " & Range("C4") ActiveWorkbook.SendMail Recipients:=WhereTo, Subject:=SubjectText End Sub Thanks and regards, Jackie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Sending file using File/Send to/Mail Recipient | Excel Discussion (Misc queries) | |||
Excel - Sending file using File/Send to/Mail Recipient | Excel Discussion (Misc queries) | |||
Sending file to Vista PC via email | Excel Worksheet Functions | |||
how to automate excel file sending by outlook from within the file | Excel Discussion (Misc queries) | |||
Sending editable Excel file | Excel Discussion (Misc queries) |