How do I explain the 'expected variable or procedure, not module' error in this instance?
Code:
Routine -
Sub WTS_9_Click()
Call Module1
End Sub
Module -
Sub Rec_9_Click()
The error came about because I learnt a better way to structure code by calling in sub-routines through modules. I have activated the Solver, carefully renamed Modules - set variables, functions and other objects are not interfering - and, yet, it remains stuck. Ideas to help explain the jam would be appreciated.