Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel 2003 application with a one combobox, two textboxes and 3
buttons. These elements are on sheet1 of a workbook, not in a form. Behind the buttons and the combobox there is vba code handling click events, change events etc. The application downloads data from a server on the intranet and displays a pivot diagram and some graphs. Everything works fine on a windows xp laptop pc. When the user connects his laptop pc to an external screen projector things dont work very well. Every click on the combobox seem to reduce the size of labels and the size of the fonts in the combobox drop-down list. The picture on the wall screen soon becomes unreadable due to reduced size. I have used excel many times with this screen projector and it works fine. It seems like event handling in vba in some way changes screen resolution. What may be wrong? Regards Tore |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
And the size of the cells changes, too???
I don't have a guess, but lots of people have complained about the controls from the control toolbox changing size. One work around is to use the similar controls from the Forms toolbar. You'll have to modify your code, so you may want to experiment with a couple to see if it makes a difference. "T.G." wrote: I have an excel 2003 application with a one combobox, two textboxes and 3 buttons. These elements are on sheet1 of a workbook, not in a form. Behind the buttons and the combobox there is vba code handling click events, change events etc. The application downloads data from a server on the intranet and displays a pivot diagram and some graphs. Everything works fine on a windows xp laptop pc. When the user connects his laptop pc to an external screen projector things dont work very well. Every click on the combobox seem to reduce the size of labels and the size of the fonts in the combobox drop-down list. The picture on the wall screen soon becomes unreadable due to reduced size. I have used excel many times with this screen projector and it works fine. It seems like event handling in vba in some way changes screen resolution. What may be wrong? Regards Tore -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The cells seem to remain constant.
The problem is with labels on buttons and with combobox and its drop-down list. The labels and drop-down list get smaller with each click and finally become so small that they are unreadable. I will try to make a form in stead of placing controls directly in the spreadsheet, just to check out if it works better. Regards Tore |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you have any Office SP's installed ?
http://support.microsoft.com/kb/838006 NickHK "T.G." wrote in message ... I have an excel 2003 application with a one combobox, two textboxes and 3 buttons. These elements are on sheet1 of a workbook, not in a form. Behind the buttons and the combobox there is vba code handling click events, change events etc. The application downloads data from a server on the intranet and displays a pivot diagram and some graphs. Everything works fine on a windows xp laptop pc. When the user connects his laptop pc to an external screen projector things dont work very well. Every click on the combobox seem to reduce the size of labels and the size of the fonts in the combobox drop-down list. The picture on the wall screen soon becomes unreadable due to reduced size. I have used excel many times with this screen projector and it works fine. It seems like event handling in vba in some way changes screen resolution. What may be wrong? Regards Tore |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problems with Visible and Screen | Excel Discussion (Misc queries) | |||
Excel and InFocus Projector | Excel Discussion (Misc queries) | |||
How does Excel Sheet with combo box show it when used projector? | Excel Worksheet Functions | |||
IBM thinkpad with projector, Excel crashs | Excel Programming | |||
Splash Screen Causing Problems | Excel Programming |