Thread: Commandbutton
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Commandbutton

Same way in VB as in VBA, subject to qualifying to Excel.Application

xlApp.ActiveSheet.OLEObjects("CommandButton1").Obj ect.ForeColor = 255

Regards,
Peter


"alvin Kuiper" wrote in message
...
Me again

In VBA i can use Forecolor in the tollbox for a Commandbutton
But i can't find this in VB for a commandbutton
If someone know about this, Please Write back
Remember it is not in VBA But in VB

Best regards
Alvin