D
David
I've got a Module like this:
Public Sub Overpayments()
code
End Sub
When I try to call this Sub using:
Call Overpayments
I get an error "Compile Error: Expected variable or procedure, not
module"
What did I do wrong and how can I fix it? Sorry if this is a very
basic question.
Thanks!
Public Sub Overpayments()
code
End Sub
When I try to call this Sub using:
Call Overpayments
I get an error "Compile Error: Expected variable or procedure, not
module"
What did I do wrong and how can I fix it? Sorry if this is a very
basic question.
Thanks!