Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I run this code;
Sub Newe() ActiveSheet.Copy Set wb = ActiveWorkbook With wb .SaveAs ("The File.xls") .SendMail ", Subject:= _ "Your file" Kill .FullName .Close False End With End Sub I am getting an error message that says: Run-Time error '75': Path/File access error The debugger highlights the Kill .FullName line of my code. What's wrong with this -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problems with IF statement | Excel Worksheet Functions | |||
On time kill | Excel Discussion (Misc queries) | |||
Problems with IF statement | Excel Worksheet Functions | |||
Problems with an IF statement | Excel Worksheet Functions | |||
AutoFill KILL | Excel Programming |