• 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. C

    VBA to copy rows

    Hi . I have a code for this. Sub sheets() sheets("sheet1").Select Dim yy As String, y1 As String ActiveSheet.UsedRange.Columns.Select Selection.Copy Selection.Copy Selection.Copy sheets("sheet2").Select Dim lastrowx As Long Dim celladdx As String, col As...
Back
Top