+ Reply to Thread
Results 1 to 5 of 5

Copy value of cells to new rows, whenever it changes !

  1. #1
    Registered User
    Join Date
    10-13-2014
    Location
    India
    MS-Off Ver
    2010
    Posts
    8

    Post Copy value of cells to new rows, whenever it changes !

    I have attached an excel sheet.
    It has dynamic web query with parameter in sheet1!C6
    C6 has dropdown menu which changes its value after every 10 sec with help of macro
    After calculations in sheet2, results are displayed in sheet1!C8, sheet1!D8 and sheet1!C9.
    Now I manually feed these results to O10 P10 Q10 then on next web query O11 P11 Q11 and so on....
    Kindly help me to automate this process.
    Copying process must not be dependant on time rather it must wait till value of cell change.
    Means copying process must be initiated only upon change in value of designated cells and not with time.

    Capture.jpg
    Attached Files Attached Files
    Last edited by ajeetsingh; 11-19-2014 at 03:50 AM.

  2. #2
    Forum Contributor
    Join Date
    08-04-2014
    Location
    Riga
    MS-Off Ver
    2010
    Posts
    579

    Re: Copy value of cells to new rows, whenever it changes !

    I'm a VBA noobie, but it could be possible to write a macro based on IF, which compares the values in columns C and D to the values in columns O, P and Q. If the values differ, the new values get added to the next row. I do not know, however, how to write a macro that runs constantly like this one. If I was to write it, it would require to press a button everytime the value changes.

  3. #3
    Registered User
    Join Date
    10-13-2014
    Location
    India
    MS-Off Ver
    2010
    Posts
    8

    Re: Copy value of cells to new rows, whenever it changes !

    Quote Originally Posted by bmouse View Post
    I'm a VBA noobie, ...........
    To start with, Its ok with me.
    Usually I stare on screen when above process goes on..... So its better to press button than to copy paste manually.
    But do care that when ever I press button for new macro, it must not hinder the working of running macro named "ajeetsingh"
    Also I have colour coded the respective positions of cells to be copied so that must be same through out the process.
    Thanks for your quick reply.

  4. #4
    Registered User
    Join Date
    10-13-2014
    Location
    India
    MS-Off Ver
    2010
    Posts
    8

    Re: Copy value of cells to new rows, whenever it changes !

    Last edited by ajeetsingh; 11-20-2014 at 11:30 PM.

  5. #5
    Registered User
    Join Date
    10-13-2014
    Location
    India
    MS-Off Ver
    2010
    Posts
    8

    Re: Copy value of cells to new rows, whenever it changes !

    Anyone willing to help?

+ 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] VBA Split Cell Contents to New Rows & Copy Cells containing single values to the new rows
    By jaimelwilson in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-14-2017, 05:30 PM
  2. [SOLVED] Identify duplicate rows and copy/Paste the first cell to all cells of equal rows
    By vs5 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-15-2014, 06:31 AM
  3. [SOLVED] Insert rows based on the current cell value and, then, copy some cells into the new rows
    By Excel-RZ in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-03-2013, 05:19 PM
  4. Replies: 0
    Last Post: 06-06-2013, 02:03 AM
  5. Replies: 3
    Last Post: 01-13-2012, 10:46 AM

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