Instead of using your own add-in, can you add your functions to your personal.xlsb book and add each student to the test book in turn? Then you can refer to your functions as
=PERSONAL.XLSB!TESTFUNCTION()
and your student functions are
=TESTWORKBOOK.XLSX!TESTFUNCTION()
Cells that link to your personal book will always refer to your own formulas. For each student, simply copy and paste each module that they created into the test book, and Excel should pick them up.
Of course, you will need to copy and paste the studentβs last work, so this will not work if you want to compare each student with everyone.
source
share