Hyperlinks

  • Thread starter Thread starter Gargamil
  • Start date Start date
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
 
I don't speak the HTML, but this kind of hyperlink worked for me in MSWord:

C:\My Documents\excel\book1.xls#sheet2!c99
 
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>
 
Back
Top