Hi guys
Please can you help me with this code, Workbook.activate won't show as displayed workbook after executing the code (in this case ABC.xlsx will be displayed on user window)
Sub doSomething()
Dim wb As Workbook: Set wb = Workbooks(ThisWorkbook.Name)
Workbooks.Open (ThisWorkbook.Path...