• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. K

    Excel Macro to copy and paste data between sheets

    thanks so much. it finally works. I just had to amend slightly to add the transpose but its working ! you are a star !
  2. K

    Excel Macro to copy and paste data between sheets

    The code is telling the last line of data but its posting it over the same line where as i would like the new data to be represented on the new row just below the old information on the previous line. pls refer to my code below.. Sub transferdata() Range("D4:D23").Select Selection.Copy...
  3. K

    Excel Macro to copy and paste data between sheets

    Hi, In desparate need of help. I need to write a macro to paste data from one excel sheet ( which is designed as a form) into another excel sheet. My issue is that how do I get the data to go to the next line. My current macro is pasting over the existing data wherea as I need it to go to...
Back
Top