Combo Box Control Strange Behavior

T

Tom McCray

Using the VBA control -

90% of the time all is well, but occassionally some of the combo boxes will
automatically 'resize' when I click on them. It looks like some kind of
'bug' in the control itself (the width and height change, and the font inside
the control (the actual text) gets very small, but the font (when viewed with
properties inside VBA) is still Arial 10).

I'm NOT doing any VBA to programmatically alter the size.

It's important that these things work properly, as I'm trying to build an
interactive form for users to input data; this will be a big problem.

Anyone seen this behavior?? (I should say that I'm using Remote Desktop, to
work on this occasionally, but I have seen this when NOT in a RDP session).

Thanks in advance...
 
H

HelpExcel.com

Tom,

I have seen this behaviour. I had to code the sizes for one of my clients
because they kept re-sizing.
 
H

HelpExcel.com

Tom,

I have seen this behaviour. I had to code the sizes for one of my clients
because they kept re-sizing.
 

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

Top