I\'m using excel VBA. I want to press a button that opens another file directly without the effect of \"choosing file window\".
This is the current code:
If it is in the same folder, then
Workbooks.Open("ObsReportExcelWorkbook.xlsx")
or
Workbooks.Open(".\ObsReportExcelWorkbook.xlsx")
should work. I just tried both in Excel VBA, with success.