Hello
I was told to document (what a drag)
So I chose Excel (i know, i know, not the best tool)
I have a cell which has my function name with paramaters passed to it say:
myFunct (var1,var2,var3)
Now I have .pdf files desribing var1, var2, var3 -- each file describes one variable so I have: C:\var1.pdf;C:\var2.pdf;C:\var3.pdf
How do I create a hyperlink so that every time the user selects a different var it opens the coresponding pdf file?
I managed to do it for the entire cell, but we are talking parsing the cell into 3 pieces
thanks
I was told to document (what a drag)
So I chose Excel (i know, i know, not the best tool)
I have a cell which has my function name with paramaters passed to it say:
myFunct (var1,var2,var3)
Now I have .pdf files desribing var1, var2, var3 -- each file describes one variable so I have: C:\var1.pdf;C:\var2.pdf;C:\var3.pdf
How do I create a hyperlink so that every time the user selects a different var it opens the coresponding pdf file?
I managed to do it for the entire cell, but we are talking parsing the cell into 3 pieces
thanks