Excel 2013 Macro
Closed
                                    
                        Leo                    
                                    -
                            Dec 11, 2015 at 04:23 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 15, 2015 at 03:38 PM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 15, 2015 at 03:38 PM
        Related:         
- Excel 2013 Macro
 - Office 2013 free download - Download - Office suites
 - Excel online macros - Guide
 - Office 2013 requirements - Guide
 - Download microsoft frontpage 2013 free full version - Download - Web design and development
 - Excel mod apk for pc - Download - Spreadsheets
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Dec 15, 2015 at 03:38 PM
    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