Good afternoon,
I want to activate an Excel file that resides on OneDrive. This code opens the file.
Sub Copy_Data_From_Excel_File_On_OneDrive()
Set objLogExcel = CreateObject("Excel.Application")
objLogExcel.Visible = True
Set wkbStockTransTable = objLogExcel.Workbooks.Open _...