View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Naming buttons in Userform on the fly

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)

"Richard" wrote in message
...
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