View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Caption of a button

Hi

Sure it seems to work.

Private Sub CommandButton1_Click()
Sheets(1).CommandButton1.Caption = Now
End Sub

HTH. Best wishes Harald

"Dr_Phil " skrev i melding
...
hi, how do you change the caption of a button from VBA code. The button
is on a sheet called XS003 if that helps......

from VB it is commandbutton1.caption = "blah blah blah"

but that dosnt seem to work

any help would be appreciated....

thanx


---
Message posted from http://www.ExcelForum.com/