Now I do
SyatemSub(Addre ssOf Somesub)
I want to define a sub as follows
Sub2(???)
SystemSub(???)
End Sub
And call it thus:
Sub2 (Address of SomeSub)
Can I do that?
SyatemSub(Addre ssOf Somesub)
I want to define a sub as follows
Sub2(???)
SystemSub(???)
End Sub
And call it thus:
Sub2 (Address of SomeSub)
Can I do that?
Comment