Command Button Gets bigger in size.

  • Thread starter Thread starter Sunil Pradhan
  • Start date Start date
S

Sunil Pradhan

I have a macro programmme connected to activx command button. in some
systems with every click size of command button gets bigger. pls advise how
do i overcome with the problem.
 
unfortunately a feature of ActiveX controls.
My advise: Don't use them. Use Forms controls instead.
 
This may be a temporary fix...

You may want to try deleting the offending object and replace it with a new one.

That seems to work for some people--but who knows for how long????
 
Can you add a Button from the Forms toolbar? If so, right-click > Format
Control > Properties > Don't Move or Size with Cells > OK.

HTH,
Ryan---
 
Thanks Patrick for your suggestions.

Patrick Molloy said:
unfortunately a feature of ActiveX controls.
My advise: Don't use them. Use Forms controls instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top