Hi there. I have a problem and I don't have the skills to fix it yet. I think the answer lies in VB, but I've never used the language, so its about time I started 
Here's the problem:
I would like to create a links to two workbooks, both containing different data regarding my subject. All the workbooks have conventional names along the lines of:
<cohort> ::= <year><year>
<test> ::= "SATS"|"SPAR"
<filename> ::= <cohort><test>".xls"
(ie "20002007SATS.xls") generated by a piece of software. I would like my users to type the cohort into a cell and have the sheet link to the correct workbooks and sheets therein.
Looking at it - sounds quite hard actually ;S
Gods, my BNF is appaling too - I'm not having a good day
Here's the problem:
I would like to create a links to two workbooks, both containing different data regarding my subject. All the workbooks have conventional names along the lines of:
<cohort> ::= <year><year>
<test> ::= "SATS"|"SPAR"
<filename> ::= <cohort><test>".xls"
(ie "20002007SATS.xls") generated by a piece of software. I would like my users to type the cohort into a cell and have the sheet link to the correct workbooks and sheets therein.
Looking at it - sounds quite hard actually ;S
Gods, my BNF is appaling too - I'm not having a good day