I have this function:
Function student()
student = Range("'" + Range("B1").Value + "student'!" + Application.ThisCell.Address).Value
End Function
I use this function in worksheet1.
The value in B1 gives the name of another worksheet, let's say ws2. I need to pick up the value in that other...