Naming buttons in Userform on the fly

R

Richard

Hi

Is it possible for someone, whilst in a userform, to name
their own buttons?

The example i have is where there exists a number of
buttons which will go on to display text. I want a user to
be able to naem his own button, and then define the text
which it reveals, so that future users can access it.

Any help appreciated

Richard
 
B

Bob Phillips

Richard,

Is this what you mean?

Me.CommandButton1.Caption = "My Button"

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top