you "hardcode" the path (this code will work if the file is on local drive):
Code:
Sub Seperate_Sheets104()
' jojowhite
Dim RootPath as string
Dim Path1 As String
Dim Path2 As String
Dim Path3 As String
Dim Path4 As String
Dim Path5 As String
Dim Path6 As String
Dim Path7 As String
Application.ScreenUpdating = False
'jojowhite
RootPath = Environ$("UserProfile") & "\Desktop\8500999999 - 10 Downing St London\8. Departmental\Projects SPN"
Path1 = RootPath & "\5. Construction\Supplier and Subcontractor\" & "RFQ LOCKED_Yr1Rates" & ".xlsx"
Path2 = RootPath & "\4. Legal\" & "P&C Request"
Path3 = RootPath & "\5. Construction\Metering\" & "Mpan Request Form"
Path4 = RootPath & "\5. Construction\Metering\" & "Contractor Work Instruction"
Path5 = RootPath & "\5. Construction\H&S\" & "Hazard Form"
Path6 = RootPath & "\5. Construction\" & "Indicative Delivery Timeline"
Path7 = RootPath & "\5. Construction\" & "Projects Man Hours Calculator"
...
..