Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problems with excel and screen projector

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Problems with excel and screen projector

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problems with excel and screen projector

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Problems with excel and screen projector

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
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
Problems with Visible and Screen Dave Excel Discussion (Misc queries) 0 January 4th 08 02:32 PM
Excel and InFocus Projector LabrGuy Bob R Excel Discussion (Misc queries) 2 May 21st 07 10:56 PM
How does Excel Sheet with combo box show it when used projector? bparekh5 Excel Worksheet Functions 0 January 14th 06 06:19 PM
IBM thinkpad with projector, Excel crashs embedded Excel Chart with projector Excel Programming 3 December 15th 05 04:28 PM
Splash Screen Causing Problems Kevin R Excel Programming 8 August 17th 05 02:54 PM


All times are GMT +1. The time now is 12:39 PM.

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"