Command Button Gets bigger in size.

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.
 
P

Patrick Molloy

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

Dave Peterson

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????
 
R

ryguy7272

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---
 
S

Sunil Pradhan

Thanks Patrick for your suggestions.

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