![]() |
#1
|
|||
|
|||
![]()
Hi
Need help with Excel macro. This macro works well in Excel 2003. Now when I use excl 2010 so it does not work anymore. The error I get is that it is the wrong format of date and Save As. Is there anyone who can help me, I am very grateful. Santors ![]() Sub E_Post_Zon_2() ' Range("B8").Select ActiveCell.FormulaR1C1 = "'00059" Range("B9").Select ' Dim strDate As String ActiveSheet.Copy strDate = Format(Date, "dd-mm-yy") & " " & Format(Time, "h-mm-ss") ActiveWorkbook.SaveAs "Tuppz Prognos " & ThisWorkbook.Name _ & " " & strDate & ".xls" ActiveWorkbook.SendMail santors71@gmail.com, _ "Tuppz Prognos Ford Bonus " ActiveWorkbook.ChangeFileAccess xlReadOnly Kill ActiveWorkbook.FullName ActiveWorkbook.Close True End Sub |
#2
|
||||
|
||||
![]()
Hi Santors,
Regarding the date, what is the error message? Also, you could simplify that line with: strDate = Format(Now, "DD-MM-YY h-mm-ss") As for the Save As, what is the error message? Have you tried specifying the fileformat (it's one of the Save As parameters)?
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro for sending mail and opening the sent mail afterwards | Rumlegok | Outlook | 0 | 09-20-2011 07:27 AM |
![]() |
ajolson1964 | Word VBA | 1 | 05-10-2011 10:15 PM |
![]() |
Joyce301 | Word VBA | 3 | 04-29-2011 03:27 PM |
utlook 2010 is not receiving G-mail (IMAP) E-mail | CGChicago | Outlook | 0 | 12-28-2010 03:49 PM |
Error: general mail failure. Quit excel restart mail system | MitchellDM | Outlook | 1 | 12-19-2008 02:05 AM |