The macro shown is from a command button on a userform. Ever since we were "upgraded" to Office 2016 this macro opens the workbook behind the current window instead of on top... you know... where you can SEE IT!
Is there an easy way to force these open docs to open on top?
Is there an easy way to force these open docs to open on top?
Code:
Sub NTMOORG()
Workbooks.Open FileName:="S:\OPS\NOM-NTMO Org Chart 2017.xlsx", ReadOnly:=True
End Sub