Outmail: attachements.add.. desktoppath

Blunder1

Active Member
Joined
Jun 2, 2010
Messages
250
Hi,

I written code so anyone can run the macro which saves to their desk top then attachs the sheet to an email to send out.

I've used this to save:
Code:
application.activeworkbook.SaveAs Filename:=desktoppath & "Seg Defecit Report.xlsx
"


However, the below says it cannot find the path, but if i use Workbooks.open to check, it opens it??

Code:
With outmail
.to = "XXXXX"
.htmlbody = .htmlbody & "XX"
.attachments.Add desktoppath & "Seg Defecit Report.xlsx"
.send
end with

Thanks in advance

Blunder1
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,206,834
Messages
6,075,134
Members
446,123
Latest member
junkyardforme

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top