VBA Copy Multiple Column from Multiple Workbooks

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • Excel VBA Step-By-Step Guide on how to pull data from multiple workbooks
    This video will show how you can easily create a summary report from different workbooks using Excel VBA.
    Download the code here: codingmodule.c...
    Excel VBA Projects: codingmodule.c...

Комментарии • 5

  • @alexrosen8762
    @alexrosen8762 Год назад +1

    Scenarios like this is really practical and useful. Thanks a lot 🙏

  • @z.719
    @z.719 2 года назад +1

    Great tutorial. Thanks for sharing!

  • @ridingnorthernlights
    @ridingnorthernlights Год назад

    I really loved how you walked through this scenario (subscribed)- excellent instruction and pace! How would you handle this scenario:
    (1) for (workbook) file-1 in a user-specified folder, open 1st file, copy column A values (values in row K1-K20 for every file)
    (2) In summary workbook, paste values in col G of workbook-Summary
    (3) next file-2 in the folder, open, copy column A
    (4) In summary workbook, paste values in col G+1 column of workbook-Summary....
    etc...
    Generally speaking:
    For file 1 to n in the folder, open the workbook(sheet1)in folder , copy column A then
    in another summary workbook (), paste values in col G+n where n= 1,2,3,etc) column of workbook-Summary
    What I am curious about is not specifying which file; the macro runs until all files in the folder are processed (all column As are copied in the summary workbook in col G, G+1,... G+n...

  • @arthurcv15
    @arthurcv15 2 года назад +1

    Thank you so much, Sir! 😁

  • @MohAboAbdo
    @MohAboAbdo 2 года назад +1

    Thank you very much, Sir.