Deciphering Copy and Paste VBA

  • Hi, i have just inherited a macro to consolidate data (from 10 tabs) into one single column B in an output spreadsheet


    Module 1 (with respect to tab 2 to 7)

    Code
    Call copysheet(source, target, "2. Tab", 129, 5)
    Call copysheet(source, target, "3. Tab", 415, 4)
    Call copysheet(source, target, "4. Tab", 582, 9)
    Call copysheet(source, target, "5. Tab", 957, 8)
    Call copysheet(source, target, "6. Tab", 1244, 3)
    Call copysheet(source, target, "7. Tab", 1317, 7)


    Module 2


    I am seeking some help to get guidance in terms of what Module 2 is doing from Bot=8 onwards. Any help is greatly appreciated. Thanks

  • Your post does not comply with our Forum RULES. Use code tags around code.


    Posting code between

    Code

    tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.


    Highlight your code and click the # icon at the top of your post window.


    (I have added them for you today. Please take a few minutes to read all Forum Rules and comply in the future.)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!