policechiefwiggum
Programmer
Hi All,
Sorry i'm not 100% on the correct term's.
I have a part of code that that i've called 'ValidInput:'
this is part of a very long code, what i want to know is if i can call just this part of code from another form?
I've set the whole piece of code as a public sub, which i assume is required, and i assume i have to code something like
but i'm not sure how to then focus on just the part of the code i want, i've tried
with no luck!!
Thanks as always
Sorry i'm not 100% on the correct term's.
I have a part of code that that i've called 'ValidInput:'
this is part of a very long code, what i want to know is if i can call just this part of code from another form?
I've set the whole piece of code as a public sub, which i assume is required, and i assume i have to code something like
Code:
Call Form_FormName
Code:
Call Form_FormName, ValidInput
Thanks as always