C
count
How to make Call statement to accept procedure names by reference.
Useful as it may be, its immediate purpose is to be able to shorten coding
and say, for example:
Call Frame1.ActiveControl.Name & "_Click"
Purpose is to fire up OptionButton_Click routine within form, when we come
back from another form.
TIA
Paul
Useful as it may be, its immediate purpose is to be able to shorten coding
and say, for example:
Call Frame1.ActiveControl.Name & "_Click"
Purpose is to fire up OptionButton_Click routine within form, when we come
back from another form.
TIA
Paul
