G
Guest
I have just inheireted a spreadsheet that locates many routines in a separate xls. It then executes them with application.Run (ActiveWorkbookName & "!subroutinename") which seems rather unusual to me.
I believe this has been done so that no code is left in the calling program where the user can not see/modify the code - is this module itself.
How else would you execute code without exposing it to the user and making it available to be monkied with?
I believe this has been done so that no code is left in the calling program where the user can not see/modify the code - is this module itself.
How else would you execute code without exposing it to the user and making it available to be monkied with?