View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bythsx-Addagio[_2_] Bythsx-Addagio[_2_] is offline
external usenet poster
 
Posts: 27
Default set command button on a worksheet

Hello,
I have a worksheet that I would like to use as a switchboard that will be
full of command buttons that will each run a different unrelated macro.
Because there are so many command buttons, I was wondering if there is a way
to put them directly in a cell. It doesn't have to be a command button.
Just some object that will fill the cell and resize with the row and column
and pretty much act the same way as the cell where it is set. Some raised
feature or rendering would be nice so the user can easily identify that it is
clickable.

I would prefer to set this during the design, and not at runtime.

Is this possible?

Thanks