Opening a Spreadsheet at a Specified Location Using a Button

The Open File command for a Button control A special control that can be added to a Dashboard that provides a mechanism for linking a wide range of actions to a button. opens a specified file. Doing so launches the application associated with the specified file and opens the file in the application. For example, if you specified a Microsoft Excel file (*.xls, *.xlsx or *.xlsm), GoldSim would launch Excel and open the file.

When opening a spreadsheet file, in some cases you may want to immediately jump to a specified location (sheet and cell range) when opening the file. GoldSim provides specialized syntax to support this. The syntax is as follows:

Filename#sheetname!cellrange (e.g., Book1.xlsx#Sheet1!a1:c3)

The following points should be noted: