Is there a property "script" ?

  • Thread starter Thread starter marc
  • Start date Start date
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.
 
That depends on what you ar trying to do. Give details and someone may
offer a suggestion.
 
Why not just use IF..THEN..ELSE or SELECT ..CASE?

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