I have been given the task of reinstating a subroutine that had been removed in the past. The actual subroutine was deleted but the call to the subroutine was commented out.
Now, I have rewritten the subroutine but can't get it to run because when the process gets to the subroutine it throws the error:
Compile error:
Sub or Function not defined.
What could be causing this?
Thanks.
Now, I have rewritten the subroutine but can't get it to run because when the process gets to the subroutine it throws the error:
Compile error:
Sub or Function not defined.
What could be causing this?
Thanks.