Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Combo box issue when attached to projector

I have a perplexing issue. We have some spreadsheets that look great
until you hook up to a projector. Once it is hooked up every time you
click on a combo box it gets wider. Any ideas on what is causing this
and what could be done to fix it?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default Combo box issue when attached to projector


-----Original Message-----
I have a perplexing issue. We have some spreadsheets

that look great
until you hook up to a projector. Once it is hooked up

every time you
click on a combo box it gets wider. Any ideas on what is

causing this
and what could be done to fix it?

Thanks.
.
It is getting wider to accomodate the values inside it.

They may be spaces. You can trim the source values to
eliminate any spaces at the end or you can go into the
properties F4 and manually set the width I think.

Thanks,

Greg
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default Combo box issue when attached to projector

I think this is a bug with ActiveX controls on a worksheet.

I got this effect recently with comboboxes from the Controls toolbox
on a worksheet. It happened when I changed the screen resolution, via
Control Panel, while the workbook was open. IIRC if I quit Excel,
changed the screen resolution and then went back in it didn't happen.

In summary, In other words, don't change the screen resolution while
Excel is open. If you are not manually changing the screen resolution,
perhaps connecting the projector is doing it implicitly.

Before I discovered the cause, my workaround was to resize the control
to its initial size and position in the _DropButtonClick event. I was
also resetting the font size and font name because these seemed to be
similarly affected.

--
(Ed Vance) wrote in message . com...
I have a perplexing issue. We have some spreadsheets that look great
until you hook up to a projector. Once it is hooked up every time you
click on a combo box it gets wider. Any ideas on what is causing this
and what could be done to fix it?

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Combo box issue when attached to projector

You were right on the cause, thanks. I put code in the
_DropButtonClick event,
and it works in a way. The first time you click on it, the combo box
gets huge, then whe you click on it again it returns to normal size
and stays that way for the life of the spreadsheet. I tried doing it
on the change, but that didn't work. I saw in the help file and
AfterUpdate event, but I cannot find this even t anywhere. Does it
really exist?

(onedaywhen) wrote in message . com...
I think this is a bug with ActiveX controls on a worksheet.

I got this effect recently with comboboxes from the Controls toolbox
on a worksheet. It happened when I changed the screen resolution, via
Control Panel, while the workbook was open. IIRC if I quit Excel,
changed the screen resolution and then went back in it didn't happen.

In summary, In other words, don't change the screen resolution while
Excel is open. If you are not manually changing the screen resolution,
perhaps connecting the projector is doing it implicitly.

Before I discovered the cause, my workaround was to resize the control
to its initial size and position in the _DropButtonClick event. I was
also resetting the font size and font name because these seemed to be
similarly affected.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default Combo box issue when attached to projector

Have you tried the _Click event? The _AfterUpdate event only seems to
appear when the container is a userform.

--

(Ed Vance) wrote in message . com...
You were right on the cause, thanks. I put code in the
_DropButtonClick event,
and it works in a way. The first time you click on it, the combo box
gets huge, then whe you click on it again it returns to normal size
and stays that way for the life of the spreadsheet. I tried doing it
on the change, but that didn't work. I saw in the help file and
AfterUpdate event, but I cannot find this even t anywhere. Does it
really exist?

(onedaywhen) wrote in message . com...
I think this is a bug with ActiveX controls on a worksheet.

I got this effect recently with comboboxes from the Controls toolbox
on a worksheet. It happened when I changed the screen resolution, via
Control Panel, while the workbook was open. IIRC if I quit Excel,
changed the screen resolution and then went back in it didn't happen.

In summary, In other words, don't change the screen resolution while
Excel is open. If you are not manually changing the screen resolution,
perhaps connecting the projector is doing it implicitly.

Before I discovered the cause, my workaround was to resize the control
to its initial size and position in the _DropButtonClick event. I was
also resetting the font size and font name because these seemed to be
similarly affected.

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
NEW IPHONE VIDEO PROJECTOR PROTOTYPE NOW AVAILABLE LIMITED EDITION jurgita New Users to Excel 0 December 3rd 08 05:19 AM
NEW IPHONE VIDEO PROJECTOR PROTOTYPE NOW AVAILABLE LIMITED EDITION jurgita Excel Discussion (Misc queries) 0 December 3rd 08 05:19 AM
Excel and InFocus Projector LabrGuy Bob R Excel Discussion (Misc queries) 2 May 21st 07 10:56 PM
combo/text box print issue Kim K Excel Discussion (Misc queries) 7 September 29th 06 08:21 PM
How does Excel Sheet with combo box show it when used projector? bparekh5 Excel Worksheet Functions 0 January 14th 06 06:19 PM


All times are GMT +1. The time now is 10:52 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"