Hi Rx,
Please find below the code used.
Dim TempString As String
Set objXLApp = CreateObject("Excel.Application")
wb = "F:\MyDoc\Weekly MI Automation\" & sTeamRegionName & Left(Date, 2) & Mid(Date, 4, 2) & Right(Date, 4) & "_" & Left(Time, 2) & Mid(Time, 4, 2) & ".xlsx"...