+ Reply to Thread
Results 1 to 5 of 5

Worksheet Change Event

  1. #1
    Registered User
    Join Date
    08-12-2013
    Location
    Denton, Texas
    MS-Off Ver
    Excel 2010
    Posts
    89

    Worksheet Change Event

    Hello,

    I am using a simple worksheet change event to have what ever happens on sheet1 to be mirrored on to sheet2. I'm using this method with application.calculation set to manual.

    Please Login or Register  to view this content.
    I worry that it will become too slow after a while. What would be the best way to have one sheet mirror another without using up too much resources that would slow it down.

    Any help is greatly appreciated.
    Thank you

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Worksheet Change Event

    limit the range to certain amount of rows with
    Please Login or Register  to view this content.
    to determine last row

    if deletions occur...add extra rows to last row?


    do you really require it to run every worksheet change?
    can you not just run it when workbook opens or closes?
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor lancer102rus's Avatar
    Join Date
    04-02-2014
    Location
    Ufa
    MS-Off Ver
    Excel 2010, 2013
    Posts
    252

    Re: Worksheet Change Event

    Try this
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    08-12-2013
    Location
    Denton, Texas
    MS-Off Ver
    Excel 2010
    Posts
    89

    Re: Worksheet Change Event

    @humdingaling

    Thank you for your response...well perhaps I could do Open/Close but let me give you the scenario and you can give me your input.

    I have Userform in which the user inputs data to specified textboxes. There are 5 text boxes that would take the value and put it in 5 different sheets on the same row and column as in sheet1. Would the better approach be to just take the values, put them into an array and have them put across the 5 different sheets?

  5. #5
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Worksheet Change Event

    does the userform opens everytime you open the workbook or do you trigger the userform?

    so 5 boxes = 5 rows of data on 5 different sheets?

    how would userform know when to stop/start?
    how about putting a command button on the user form to trigger event?

    if it is direct from textbox to 5 sheets
    you would only need to create a loop to copy into specified range on every sheet
    if you have a sample spreadsheet i can help you code it

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to lock and unlock worksheet using a password but inside worksheet change event
    By BeachRock in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-12-2014, 06:55 PM
  2. Worksheet Change event ignore change event
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2011, 12:29 PM
  3. Cell value change to trigger macro (worksheet change event?)
    By Neil Goldwasser in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-10-2006, 10:00 AM
  4. Worksheet Change Event-change event to trigger
    By Steph in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-18-2005, 06:05 PM
  5. Replies: 5
    Last Post: 06-23-2005, 06:05 PM

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