View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bigwheel Bigwheel is offline
external usenet poster
 
Posts: 14
Default CommandButton caption title

CommandButton1.Caption = "OK"

"Paul" wrote in message
...
I'm creating a CommandButton using code in Excel. How do I set the

CommandButton caption title w/code?

Thx
Paul