View Single Post
 
Old 09-10-2020, 03:59 AM
rsrasc rsrasc is offline Windows 10 Office 2013
Competent Performer
 
Join Date: Mar 2014
Location: Germany
Posts: 148
rsrasc is on a distinguished road
Default

Hi all,

Here are the files as suggested.

The below code is part of the path that I'm using to open up the files. Please update it if necessary so you can open it.

Code:
Sub OpenUpFiles()
Workbooks.Open ("Z:\FY21 Budget\SSX Expenses\025 FY 2021 Expenses-SSX-Budget.xlsx"), UpdateLinks:=0
Workbooks.Open ("Z:\FY21 Budget\SSX Expenses\102 FY 2021 Expenses-SSX-Budget.xlsx"), UpdateLinks:=0


Application.DisplayAlerts = False

With ActiveSheet
        .Cells.Font.Name = "Calibri"
        .Cells.Font.Size = "10"
        
    End With

End Sub
Again, thank you for your support!

Regards!
Attached Files
File Type: xlsm FY 21-SSX Budget File-PayrollOption2.xlsm (172.2 KB, 6 views)
File Type: xlsx 025 FY 2021 Expenses-SSX-Budget.xlsx (320.7 KB, 6 views)
File Type: xlsx 102 FY 2021 Expenses-SSX-Budget.xlsx (299.7 KB, 6 views)
Reply With Quote