Hello,

I will try to explain this as best as I can.
I want to have a clickable link, with a parameter, in a cell, pointing at workbook B.
When the link is clicked, it will open workbook B and I guess through the workbook_open event it will take the parameter value and populate a specific cell.
i.e. Workbook A has a cell with this link: c:\projects\workbookB.xlsm?id=3456. When it is clicked, workbook B opens, takes the id (3456) and places it in cell B2 for example.
I hope this is somewhat clear.


Thank you,
-Panos