Hi all
I have two sheets. Sheet 1 is a front cover sheet that has general pass/fail info on tests being carried out on a unit. each unit is given a reference number
A B C D E F
1 Ref No. Unit No. Date Test 1 Test 2 Test 3
2 1 1 01/01 Pass Pass Pass
3 2 2 02/01 Pass Pass Pass
4 3 3 03/01 Pass Pass Pass
5 4 4 04/01 Pass Pass Pass
Sheet 2 is the actual test data for each unit which has a reference number that matches the one given to it in sheet A
A B C D E
1 Unit 1 Ref No. Test Data Test Data Test Data
2
3
4
5
I would like to match the reference number cells on both sheets and then create a hyperlink from the reference number in sheet1 to the relevant test data in sheet2
The VBA code i have written so far is
It doesn't seem to be doing anything when run so any help would be appreciated
Thanks
Bookmarks