Hi all,
I am still learning with excel and have been rattling my brain over the past few days of how to get this to work! So here we go....
In worksheet "Log", cells C2, C3, C4 will have values inserted from a userform with numbers like 732, 733, 744 etc and these cells will be hyperlinked. I have managed to use VBA to give these values a hyperlink. However, what I am struggling with is to give these hyperlinks a go to address i.e. a worksheet in the workbook with relates to those numbers.
For example.
If C2 = 732 then when I click 732 hyperlink it takes me to worksheet "marcswi".
The idea is that whenever a specific value (732,733 etc) is inserted into column "C:C" then I can just click on that cell and it takes me to the relative worksheet in the workbook.
Is there some coding which could be implemented into worksheet "Log" which would achieve this?
I hope this makes sense and I am most grateful for any help you can give me .
Many thanks.
I am still learning with excel and have been rattling my brain over the past few days of how to get this to work! So here we go....
In worksheet "Log", cells C2, C3, C4 will have values inserted from a userform with numbers like 732, 733, 744 etc and these cells will be hyperlinked. I have managed to use VBA to give these values a hyperlink. However, what I am struggling with is to give these hyperlinks a go to address i.e. a worksheet in the workbook with relates to those numbers.
For example.
If C2 = 732 then when I click 732 hyperlink it takes me to worksheet "marcswi".
The idea is that whenever a specific value (732,733 etc) is inserted into column "C:C" then I can just click on that cell and it takes me to the relative worksheet in the workbook.
Is there some coding which could be implemented into worksheet "Log" which would achieve this?
I hope this makes sense and I am most grateful for any help you can give me .
Many thanks.