Hi Lewis,
Every time I post to you, it feels like I'm talking to myself.
I was able to create a pseudo-hyperlink to an Excel file in an separate instance of Excel if the destination file is 'Macro Enabled' and has a special macro in the 'Workbook_Open' module. I did this by creating a 'scratch' Excel file that is written to by the calling 'Excel File' and read by the destination 'Excel file'. I attached two workbooks and the code follows here.
Lewis
Workbook_Open() in the Destination File:
Example Code for the Buttons in the Calling Excel file:
Code that does the work in the calling Excel file:
Bookmarks