docking buttons

H

hockystr20

I am looking for a way to dock a button to a particular cell. I am
also wondering if anyone knows how to Like a cell to a button. Anyideas
would help.
 
D

Dave Peterson

Buttons essentially float on a layer above the worksheet.

But you can put the button completely within the cell and then rightclick on it
and choose Format Control|Properties tab and choose to move and size with cells.

(Did you mean commandbuttons from the control toolbox toolbar or buttons from
the Forms toolbar--or optionbuttons form either of those toolbars???)
 
H

hockystr20

I meant command buttons. The command button function runs macros that
hide and unhide cells. If I simply place the button on top of the cell
with out docking it, the buttons will still show when the macros hide
columns.
 
D

Dave Peterson

Interestingly (well, maybe), some of the shapes (like checkboxes) that are
similar don't have the "move and size with cells" with the Forms controls.
 
Top