Is there a property "script" ?

M

marc

Hello,

I wish to change a command button's vba script according to
different values (so it is dynamic)

Is there a way to do that ?


Thank you
M.
 
C

Cappy

That depends on what you ar trying to do. Give details and someone may
offer a suggestion.
 
B

Bob

Why not just use IF..THEN..ELSE or SELECT ..CASE?

Is there some reason that you actually need to change the code?
 
Top