S
Sharon
I have an intranet app that navigates to various types of
documents, including .xls files, stored on network
drives. Some docments have the relevant data buried among
irrelevant (for my purposes) worksheets and ranges of
data. I have found that I can go directly to a cell or
named range by opening the file with this javascript
command:
window.open('directoryName/FileName.xls#WorksheetName!
CellOrRangeReference')"
But now I have a document with several tabs that contain
charts only, rather than worksheets. The above command
does not work without a cell or range reference. but
there are no cells on these "worksheets", nor can I
define range names for them.
Can anyone tell me how to open the worksheet directly to
the chart I want?
TIA,
Sharon
documents, including .xls files, stored on network
drives. Some docments have the relevant data buried among
irrelevant (for my purposes) worksheets and ranges of
data. I have found that I can go directly to a cell or
named range by opening the file with this javascript
command:
window.open('directoryName/FileName.xls#WorksheetName!
CellOrRangeReference')"
But now I have a document with several tabs that contain
charts only, rather than worksheets. The above command
does not work without a cell or range reference. but
there are no cells on these "worksheets", nor can I
define range names for them.
Can anyone tell me how to open the worksheet directly to
the chart I want?
TIA,
Sharon