View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sink0 Sink0 is offline
external usenet poster
 
Posts: 6
Default Get a specifc button Handle inside ribbon

Hi,

Im trying to make a program that clicks on a specific button inside a specif
ribbon. I think i got use sendMessage to complete this task but first i need
to find the handle of the button. So far i can get the handle oh the excel
and then i used EnumChild Windows to find childs handles. But looking at the
child texts i cant get anything thats looks with a the ribbon or the button.
Can some one helpme? Should i look inside an specif child to find the ribbon
and then inside the ribbon to find the button? if yes which one? Thnaks

Sink