F
Frank McLellan
G'day
When calling a procedure from within another procedure is it proper form to
use "Call" with the procedure name or just specify the procedure?? Or is it
just personal preference??
E.g.
Sub MyCode()
When calling a procedure from within another procedure is it proper form to
use "Call" with the procedure name or just specify the procedure?? Or is it
just personal preference??
E.g.
Sub MyCode()
Call mySubCode or should this be simply mySubCodeEnd SubMore Code