M
marc
Hello,
I wish to change a command button's vba script
according to different values (so it is dynamic)
For example :
if A=4 then the script attached to
the command button is "here the first vba script"
if A=61 then the script attached to
the command button is "here the SEcond- vba script"
Does Onclick property will do it ?
How can i write it with the proper syntaxe ?
Thank you
I wish to change a command button's vba script
according to different values (so it is dynamic)
For example :
if A=4 then the script attached to
the command button is "here the first vba script"
if A=61 then the script attached to
the command button is "here the SEcond- vba script"
Does Onclick property will do it ?
How can i write it with the proper syntaxe ?
Thank you