Hi All
I have been looking around and searching for a possible solution for a few day now, but I have not had any luck, so there may not be a solution. I am hoping someone here may have an insight...
I am preparing a worksheet which is essentially a decision tool which requires the user to answer a series of Yes/No questions which the advises the necessary actions that must be taken.
In a couple of the message boxes there are some questions that ask if a particular test has been satisfied with Yes/No buttons.
I am wondering if it is possible to incorporate a hyperlink style link which when clicked opens a second message box explaining the requirements of the test.
For example:
would it be possible to create a hyperlink for " '20/75 test' "?
If this is not possible, is there an alternative?
Cheers
Shaun
I have been looking around and searching for a possible solution for a few day now, but I have not had any luck, so there may not be a solution. I am hoping someone here may have an insight...
I am preparing a worksheet which is essentially a decision tool which requires the user to answer a series of Yes/No questions which the advises the necessary actions that must be taken.
In a couple of the message boxes there are some questions that ask if a particular test has been satisfied with Yes/No buttons.
I am wondering if it is possible to incorporate a hyperlink style link which when clicked opens a second message box explaining the requirements of the test.
For example:
Code:
CHTStep22075YN = MsgBox("Does the " & Tname & " satisfy the '20/75 test'?", 36, "Trust Reporting Rules")
would it be possible to create a hyperlink for " '20/75 test' "?
If this is not possible, is there an alternative?
Cheers
Shaun