C
craig via DotNetMonster.com
I'm sure there is a simple answer, but I just can't get my head around this
today. I have various Sub's that each generate a specific report. I have
the Sub's name in a variable. Other than testing the contents of the
variable for each name like:
If ProcName="FaceSheet" Then
FaceSheet()
ElseIf ProcName="ProgNote" then
ProgNote().............
Is there a way that I can make the call to the Sub using the contents of the
variable?
Thanks,
Craig
today. I have various Sub's that each generate a specific report. I have
the Sub's name in a variable. Other than testing the contents of the
variable for each name like:
If ProcName="FaceSheet" Then
FaceSheet()
ElseIf ProcName="ProgNote" then
ProgNote().............
Is there a way that I can make the call to the Sub using the contents of the
variable?
Thanks,
Craig