+ Reply to Thread
Results 1 to 2 of 2

Workbook_SheetChange not triggered by Combobox

  1. #1
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Workbook_SheetChange not triggered by Combobox

    Hey guys,

    I have this code, which pretty much change each other depending on the selection of B1:B3 on any sheet:
    Please Login or Register  to view this content.
    B1 of both sheets however, is a linked cell to ComboBox1 which exists on both sheets. When I change ComboBox1 on "Comparison Detail" it updates B1 of both sheets. When I make a selection on Combobox1 of "Comparison Summ", it changes B1 of that sheet but not on "Comparison Detail".

    Am I missing something guys?

    Thanks,

    Ron


    EDIT: Actually guys, it seems that the change done by the combobox1 is not seen as a workbook change. What can I do in this case guys? Both worksheets are full of formulas that depend on B1. And I'm using a Combobox because it has a code attached to it.
    Last edited by ron2k_1; 04-11-2011 at 03:21 PM.
    Ron
    Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad

    Kindly

    [1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
    [2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
    [3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated

  2. #2
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: Workbook_SheetChange not triggered by Combobox

    Well, I did this and it seems to work:
    I changed the above code to this:
    Please Login or Register  to view this content.
    And then added this private code to each of those worksheets:
    Please Login or Register  to view this content.
    Of course I changed the sheet name on the other worksheet for the B1 reference thing.

    Thanks thou

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1