S
Scoop
I figured out that I can create a link in a PP presentation that jumps
right to a cell in a worksheet like so:
Link= <filename>.xls#<sheetname>!<cellreference>
It works great but I ended up having to created dozens of links like
this.
I was wondering if there is a way to write a function that is run when
the workbook is opened that can trap the "bookmark" (everything after
the '#'), find the cell with a matching value, and jump to that cell.
That way, I could just pass a value to look for in the link as opposed
to hard-coding the cell reference over and over.
Any ideas?
right to a cell in a worksheet like so:
Link= <filename>.xls#<sheetname>!<cellreference>
It works great but I ended up having to created dozens of links like
this.
I was wondering if there is a way to write a function that is run when
the workbook is opened that can trap the "bookmark" (everything after
the '#'), find the cell with a matching value, and jump to that cell.
That way, I could just pass a value to look for in the link as opposed
to hard-coding the cell reference over and over.
Any ideas?