Changing Text in a Forms Button

  • Thread starter Thread starter Don Lloyd
  • Start date Start date
D

Don Lloyd

Quickie !

Can the text in a button (Forms) be changed without selecting it.
If yes, how?

regards,
Don
 
You can use the code:
sheets("Sheet1").[Button 1].Caption = "New Text"
substituting your sheet name and the button name (look in the Name Box on
the toolbar when the button is selected to see what the name is).
 
Many thanks,
Don

K Dales said:
You can use the code:
sheets("Sheet1").[Button 1].Caption = "New Text"
substituting your sheet name and the button name (look in the Name Box on
the toolbar when the button is selected to see what the name is).

Don Lloyd said:
Quickie !

Can the text in a button (Forms) be changed without selecting it.
If yes, how?

regards,
Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top