Hyperlinks

G

Gargamil

I can place a hyperlink from a spreadsheet to a web page. I can place a
hyperlink from a spreadsheet to another tab. But can I place a hyperlink
from a webpage to a particular tab in a spreadsheet????

If so how??

g
 
D

Dave Peterson

I don't speak the HTML, but this kind of hyperlink worked for me in MSWord:

C:\My Documents\excel\book1.xls#sheet2!c99
 
F

Fabian

Dave Peterson hu kiteb:
I don't speak the HTML, but this kind of hyperlink worked for me in
MSWord:

C:\My Documents\excel\book1.xls#sheet2!c99

The html would be:

<A HREF="C:\My Documents\excel\book1.xls#sheet2!c99">link text here</A>
 
Top