#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Combobox

My combobox works great until it is resized with the rows
and columns, then the text on the inside is a "scale"
version of the original. Is there anyway this can be made
a certain font irregardless of the row height and column
width (i.e. irregardles of the combobox size?)

Sincerely,

David Fixemer
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 218
Default Combobox

Can you not unselect the "Move and size with cells" option
and either not let it change size with the columns/rows or
alternatively size it programmatically? You will of
course have to devise some means of executing this code.
There is no "ColumnResize" event.

Sizing a combobox programmatically apparently does NOT
effect the font. The following statement in my experiment
had no effect on the font of a combobox placed on the
active sheet. I repeatedly changed the size of Column "E"
and ran the code:
ActiveSheet.OLEObjects(1).Width = Columns("E").Width

Sorry, it's the best I can offer.

Regards,
Greg


-----Original Message-----
My combobox works great until it is resized with the rows
and columns, then the text on the inside is a "scale"
version of the original. Is there anyway this can be

made
a certain font irregardless of the row height and column
width (i.e. irregardles of the combobox size?)

Sincerely,

David Fixemer
.

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
fill combobox depending on selection from another combobox Adam Francis Excel Discussion (Misc queries) 2 July 24th 08 07:39 PM
combobox value flow23 Excel Discussion (Misc queries) 0 April 26th 06 12:21 PM
ComboBox Abs Excel Discussion (Misc queries) 3 February 15th 06 02:05 AM
ComboBox or what?!? pikus Excel Programming 4 December 28th 03 03:46 AM
combobox jim c Excel Programming 1 August 13th 03 02:16 AM


All times are GMT +1. The time now is 02:09 PM.

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

About Us

"It's about Microsoft Excel"