简体   繁体   中英

How to link a Excel sheet in a Word document

I want to know how to link (with an Word Hyperlink) a specific sheet in my word document. I have already tried this :

  • E:\\x\\y\\workbook.xlsx#'mySheet'
  • E:\\x\\y\\workbook.xlsx#mySheet

Thanks for the help.

Looking at a couple of tutorials ( here and here ) you should be able to do it the way you have but it didn't work for me either.

It did work, however, if you include a cell reference along with the sheet. Try this:

E:\x\y\workbook.xlsx#'mySheet'!A1

You can also use a Named Range to select a specific cell or range with:

E:\x\y\workbook.xlsx#NamedRange

The named range one also worked when I tested it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM