View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default set command button on a worksheet

The easiest way to manage groups of buttons is to use the options under Draw
on the drawing toolbar. That will allow you to align and distribute the
buttons as necessary. It only take s few moments to get all of the buttons
configured.
--
HTH...

Jim Thomlinson


"Bythsx-Addagio" wrote:

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