View Single Post
  #2   Report Post  
Gary Brown
 
Posts: n/a
Default

Check out the HYPERLINK function.
Example:
=HYPERLINK("[C:\Temp\MyFile.xls]Data!$C$2","Test")
will show the word 'Test' in the cell. When selected, the hyperlink will
take you to the 'MYFILE' workbook, the 'Data' worksheet, cell C2.
HTH,
Gary Brown

"Wayne" wrote in message
...
I have a paste link cell in a spreadsheet, referring to a
source cell in another spreadsheet and cell. Is there a
way in VBA to open that source spreadsheet and "jump" to
the source cell?

Wayne