Hi folks
I have two workbooks one which contains a list of experiments and the other which contains the experiment data.
I am trying to write a macro that will go through the list in the first book and the experiments in the second and create a hyperlink between a name and the corresponding experiment.
Now I can get the macro to match the two cells, but I am struggling to understand the add hyperlink function in VBA. How can I get it to create a hyperlink between 2 cells in different worksheets?
I have two workbooks one which contains a list of experiments and the other which contains the experiment data.
I am trying to write a macro that will go through the list in the first book and the experiments in the second and create a hyperlink between a name and the corresponding experiment.
Now I can get the macro to match the two cells, but I am struggling to understand the add hyperlink function in VBA. How can I get it to create a hyperlink between 2 cells in different worksheets?