Hi,
How exactly do you run a function with a different argument value?
For now, I run a form and via this way I give the variable "intputlayers" a value, used in the following function:
However, I want to run this form standalone, without form.
So, how can I let a user define (not using code but via a macro/query or so) a value for "inputlayers" in an easy way, so that I can run this function on a value entered? Or how can this function be run on a argument set by a user?
Thanks for any help!
Leen
How exactly do you run a function with a different argument value?
For now, I run a form and via this way I give the variable "intputlayers" a value, used in the following function:
Code:
Function QChecks(inputlayers As String)
However, I want to run this form standalone, without form.
So, how can I let a user define (not using code but via a macro/query or so) a value for "inputlayers" in an easy way, so that I can run this function on a value entered? Or how can this function be run on a argument set by a user?
Thanks for any help!
Leen