The following code opens the 8am sharepoint report:
Application.DisplayAlerts = False
Application.AskToUpdateLinks = False
txtDate = Format(Now, "m_d_yyyy") & "%208am"
Workbooks.Open "https://sharepoint.abc.com/sites/Shared%20Documents/Open%20Cases%20by%20Bucket/Routing_Open_Report_" &...