From HTML open a specific worksheet within a excel file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

From an HTML page I would like to add a link to an EXCEL file but on a specific worksheet? I s this possible

Thanks
 
esoller

Try something like this

<a href="C:\Documents and Settings\Dick\My
Documents\Book2.xls#Sheet1!B15">Click here</a>
 
Did you give a specific example of what you wanted to link?
I'll take the MS Word at face value, but the HTML should
match usages on my sheets.htm page.

for MS Word as C:\My Documents\excel\book1.xls#sheet1!c9
for HTML as <a href="c:\temp\mybook.xls#sheet1!c9">worksheet 1</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top