View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert M. Gary[_2_] Robert M. Gary[_2_] is offline
external usenet poster
 
Posts: 3
Default Anchor button to cell?

Is it possible to create a button that lives in a cell? I think I want
to do this for two reasons...
1) So I can more easily align a column of buttons and
2) So they can reference a relative cell. So, each button would run the
same macro but compute based on the value of the cell to the left.

-Robert