Hello guys.
I'm new to this forum and mainly in VBA. Started to learn it for work, in order to create automatized documents that will make life easier ^.^
I have a code that basically opens a windows explorer window where you can select multiple workbooks, and extracts data from them ( it detects the last row and column ) into a master workbook. It works great, but the problems is that it extracts only from the active sheets, not from all sheets from those workbooks. The workbooks will always have the same sheet names ( e.g Workbook 1 - Sheet 1, Sheet 2, Sheet 3, Workbook 2 - Sheet 1, Sheet 2, Sheet 3 etc ). I even tried to use Array, but with no luck.
This is my code so far.
![]()
Please Login or Register to view this content.
Bookmarks