Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default ??? Why Combobox font size shrinks with each click

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


Many thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default ??? Why Combobox font size shrinks with each click

On Mar 1, 9:30 am, Jalin wrote:
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default ??? Why Combobox font size shrinks with each click

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


"Jalin" wrote:

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


Many thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default ??? Why Combobox font size shrinks with each click

On Mar 1, 11:01 am, Jalin wrote:
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
....
...



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


Many thanks in advance- Hide quoted text -


- 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command Buttons on Excel Worksheet - font size decreases on click John.Greenan Excel Programming 4 June 7th 06 03:39 PM
Button font size changes on click [email protected] Excel Discussion (Misc queries) 0 May 21st 06 07:08 PM
Font Size for Forms ComboBox in Excel J Excel Worksheet Functions 1 March 22nd 05 08:33 PM
BackColor, Forecolor, Bold, and Font Size for ComboBox in Commandbar SZ Excel Programming 11 January 27th 05 06:41 PM
BackColor, Forecolor, Bold, and Font Size for ComboBox in Commandbar SZ Excel Programming 1 January 24th 05 11:40 AM


All times are GMT +1. The time now is 07:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"