View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyberarmao cyberarmao is offline
external usenet poster
 
Posts: 2
Default How get a row number of the controls(sample:optionbutton)

I create a sheet , add some controls at the cells,
Sample: at cell(10,1), add a optionbutton, when click the button, I will
write some text at cell(10,3)......

I can get the controls' x/y-ray, but the 1-9 row height are not same, so
cant calculate the row number by the way.

Pls help me, thank you.