Excel 2013 Macro
Closed
Leo
-
Dec 11, 2015 at 04:23 PM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
1 reply
rizvisa1
Dec 15, 2015 at 03:38 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Dec 15, 2015 at 03:38 PM
some thing like this
"T:\Accounting\Aspen Pre-Payroll\_Payroll Emails 2015\303 " & Format(Now(), "mm.dd.yyyy") & " - TI Payroll & Exp Verification Report.xls" _
, FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
"T:\Accounting\Aspen Pre-Payroll\_Payroll Emails 2015\303 " & Format(Now(), "mm.dd.yyyy") & " - TI Payroll & Exp Verification Report.xls" _
, FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False