View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Enlarging Command Buttons

I don't think anyone knows.

Sometimes, you can delete the old commandbutton and replace it with a new
commandbutton (and change the name so the macro will still work!).

Personally, I've never seen this happen. But lots of people have.

I like to use buttons from the Forms toolbar with the macros located in a
General module -- and assigned to that forms button.

I very rarely use the commandbutton from the control toolbox toolbar.

RussellT wrote:

I have a number of Command Buttons embedded on Worksheets. For some reason
some of them tend to grow in size upon usage to the point that after a while
they fill the entire screen. What's going on?


--

Dave Peterson