??? Why Combobox font size shrinks with each click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

May I have some expert advice on hy Combobox font size shrinks with each
click pls.


Many thanks in advance
 
May I have some expert advice on hy Combobox font size shrinks with each
click pls.

Many thanks in advance

Is there any code behind the click event for the Combobox?
regards
Paul
 
Dear Mr Robinson

Thanks very much for your help. Yes there is. It is some code for
application.goto.

Private Sub ComboBox1_Click()
n = Cells(7, 6)
Select Case n
Case 1
Application.Goto Reference:=Worksheets("OB Input").Range("d36"), _
Scroll:=True
.....
....
 
Dear Mr Robinson

Thanks very much for your help. Yes there is. It is some code for
application.goto.

Private Sub ComboBox1_Click()
n = Cells(7, 6)
Select Case n
Case 1
Application.Goto Reference:=Worksheets("OB Input").Range("d36"), _
Scroll:=True
....
...






- Show quoted text -

Hi
I thought some code might be changing the Font.Size property in the
combobox, but that is not in your code.
If the Excel file is not sensitive you can send it to me and I'll have
a look.
regards
Paul
 

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