Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
MVM MVM is offline
external usenet poster
 
Posts: 53
Default Event Triggers

I am working on a worksheet (2003 sp1 Excel).
I have several combboxes. When I enter a value in another worksheet cell,,
one of these combos change events are triggered. it then pasese on to other
combo change events. I added a new worksheet and change a values in one of
the cells, it hapens. Why is this behavior. If a change takes place in a
worksheet, these combos_change events should not trigger. I have not linked
up any cell with the combos.


MVM
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Event Triggers

Do you have .listfillrange associated with that combobox? Is that on the same
sheet?

Try putting that list on another sheet (or drop the .listfillrange and fill with
..additem).

MVM wrote:

I am working on a worksheet (2003 sp1 Excel).
I have several combboxes. When I enter a value in another worksheet cell,,
one of these combos change events are triggered. it then pasese on to other
combo change events. I added a new worksheet and change a values in one of
the cells, it hapens. Why is this behavior. If a change takes place in a
worksheet, these combos_change events should not trigger. I have not linked
up any cell with the combos.

MVM


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
MVM MVM is offline
external usenet poster
 
Posts: 53
Default Event Triggers

Many many thanks Dave. I have been struggling with this for the last two
weeks. I have no words to praise your suggestion/help. thank you very much.

i had a list in another sheet. that range is named and used in these combos
..listfillrange.

Now the program is running as expected. when it comes to VBA, these things
are very different from VB

MVM

"Dave Peterson" wrote:

Do you have .listfillrange associated with that combobox? Is that on the same
sheet?

Try putting that list on another sheet (or drop the .listfillrange and fill with
..additem).

MVM wrote:

I am working on a worksheet (2003 sp1 Excel).
I have several combboxes. When I enter a value in another worksheet cell,,
one of these combos change events are triggered. it then pasese on to other
combo change events. I added a new worksheet and change a values in one of
the cells, it hapens. Why is this behavior. If a change takes place in a
worksheet, these combos_change events should not trigger. I have not linked
up any cell with the combos.

MVM


--

Dave Peterson

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
"Save As" triggers combo_change event mangesh_yadav[_154_] Excel Programming 0 November 5th 04 05:21 AM
Copying Worksheet triggers Click event of combobox Copying Worksheet triggers click event on combobox Excel Programming 2 January 25th 04 10:51 PM
Triggers events Bourbon[_19_] Excel Programming 2 January 23rd 04 08:02 PM
Copying Worksheet triggers Click event of combobox on another worksheet Robert[_20_] Excel Programming 0 January 23rd 04 07:40 PM
Click event on cell triggers a macro kris Excel Programming 2 November 13th 03 10:42 AM


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