Your Q is vague but as far as i got u need to change the caption of command button on click of other command button
Say Command1,Command2
On Command1_Click Event
Command2.caption="New Caption" ''--> do u want this to be random caption?
Regards
Nouman
I would like Command2.Caption to be random with a For loop
"For a = 1 to 10"
"Randomize ?"
"Next a"
Do I need a Dim statment for "a"?
And how would I put the in the caption for Command2?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.