Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default ComboBox Triggering Resourse Warning

When the arrow in ComboBox1 on Sheet1 is clicked , a warning message comes up: €œNot enough system resources to display completely.€ The ComboBox has the following properties
LinkedCell: Sheet2!$B$10; ListFillRange: Sheet2!$C$10:$C$1

The following formula correctly populates merged cell range M7:AX7 on Sheet1 €“ in response to the users choice from ComboBox1
=OFFSET(Sheet2!D9,MATCH(Sheet2!B10,{"T1","T2","R1" ,"R2","R3","R4"},0),0

However, clicking €œOK€ in the message box does not remove the message box €“ but going to Sheet2 and then back to Sheet1 clears the message box. Its as though the original appearance of the message box does not do a screen refresh by simply clicking the €œOK€ button

Can someone advise me on the source of the error message, and how to remove the cause? This error is the only thing going wrong in this workbook - as well as any other (MS Office) application

Thanks
Phi

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default ComboBox Triggering Resourse Warning

I'm guessing that this is Win9X or WinMe. If it is then your system is
running out a memory pool called windows resources which goes to displaying
controls on the screen..... you can either switch to WinXP or Win2K or try
and reduce the number of applications running at the time. Remember that
every icon on the system tray is an application running.... This can also be
caused by some application that doesn't release all resources when it is
closed....


"Phil Hageman" wrote in message
...
When the arrow in ComboBox1 on Sheet1 is clicked , a warning message comes

up: "Not enough system resources to display completely." The ComboBox has
the following properties:
LinkedCell: Sheet2!$B$10; ListFillRange: Sheet2!$C$10:$C$15

The following formula correctly populates merged cell range M7:AX7 on

Sheet1 - in response to the user's choice from ComboBox1:
=OFFSET(Sheet2!D9,MATCH(Sheet2!B10,{"T1","T2","R1" ,"R2","R3","R4"},0),0)

However, clicking "OK" in the message box does not remove the message

box - but going to Sheet2 and then back to Sheet1 clears the message box.
It's as though the original appearance of the message box does not do a
screen refresh by simply clicking the "OK" button.

Can someone advise me on the source of the error message, and how to

remove the cause? This error is the only thing going wrong in this
workbook - as well as any other (MS Office) application.

Thanks,
Phil



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default ComboBox Triggering Resourse Warning

Thanks - I'll look deeper into it...
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default ComboBox Triggering Resourse Warning

Hi there,

I also encountered this problem, with a combobox filled with dat
coming from another worksheet. This seems to be an old Excel-bug
already known in Excel-95 and 97, but I find it in Excel 2k too
working with W2k. It has to do with the combination of using
combobox, using links to another worksheet, and not having the sam
zoom-settings! Set zoom to 100% and the problem is solved.

See Microsoft Knowledge Base KB183503 a
http://support.microsoft.com/default...b;en-us;183503 fo
details.

Thijs

--
Message posted from http://www.ExcelForum.com

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
Userform combo box triggering macros michaelberrier Excel Discussion (Misc queries) 6 June 10th 06 01:25 PM
Function triggering a macro Leon Excel Worksheet Functions 1 December 22nd 05 07:26 AM
Daily Macro Triggering JB2010 Excel Discussion (Misc queries) 2 November 2nd 05 04:28 PM
Triggering Macro Execution Peter M[_3_] Excel Programming 1 January 12th 04 08:20 PM
triggering different macros from list box? hammer Excel Programming 9 October 14th 03 10:37 PM


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