Hi,
I wonder if anybody else has come across this and if there is a solution...
I have several command buttons on a worksheet and all have a _Click event written for them. All is working well, ie click on the button, the event is fired and my code gets executed.
I have one cosmetic problem that I have not yet been able to explain...sometimes, after having clicked on the button, the font of the caption text might get bigger or appear to become bold. It can get to the point where the caption becomes unreadable as the font gets so big that only part of it is visible. If I manually resize the button, the font returns to normal and all is calm again!
I cannot understand it! Btw, my code is not making any change to the caption - it is a static piece of text that just seems to take on a life of its own when clicked on!
Anyone else seen anything similar?
I wonder if anybody else has come across this and if there is a solution...
I have several command buttons on a worksheet and all have a _Click event written for them. All is working well, ie click on the button, the event is fired and my code gets executed.
I have one cosmetic problem that I have not yet been able to explain...sometimes, after having clicked on the button, the font of the caption text might get bigger or appear to become bold. It can get to the point where the caption becomes unreadable as the font gets so big that only part of it is visible. If I manually resize the button, the font returns to normal and all is calm again!
I cannot understand it! Btw, my code is not making any change to the caption - it is a static piece of text that just seems to take on a life of its own when clicked on!
Anyone else seen anything similar?