+ Reply to Thread
Results 1 to 2 of 2

Combobox_Change Event Slow - need help with calculation mode

  1. #1
    Registered User
    Join Date
    11-02-2007
    Posts
    29

    Combobox_Change Event Slow - need help with calculation mode

    Hello,

    I've developed a quote template for my company. On a userform, the user can select a customer, and it will automatically populate the customer's information (name, address, phone # etc..). This has worked efficiently however, I had to update the template to include 6 language translations which means that the # of worksheets (tabs) has gone from 5 to 35. The problem is when the below code runs, it is now updating 35 tabs versus 5 which is slowing down the combobox change event. All my data resides on a "data" sheet and all of the other sheets pull the data in from the "data" tab with the formula "=Data!F14" for example. When the user changes the combobox, it also updates the userform so the user can see the customer's contact info. Is there a way to only have the userform calculate/update just the "data" tab and the userform and not all 35 tabs. Then after the user confirms the information is correct, then all 35 sheets will be calculated/updated. Thanks.

    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    10-22-2007
    Location
    Mumbai, India
    MS-Off Ver
    MS Excel 2007
    Posts
    59

    Re: Combobox_Change Event Slow - need help with calculation mode

    write this code before the start of your code
    Please Login or Register  to view this content.
    write this code at the end of your code
    Please Login or Register  to view this content.

+ 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