Our data is not tabular unfortunately, so I don't think MS Query will work.
Is there anyway to edit the code above to run through the 10 files (if I have the folder open) and copy it along the rows of the master file?
I have not tried yet; I do not know much about VBA. I do have this code:
Sub test2()
Dim wb As Workbook, wbFR As Workbook
Dim wsFR As Worksheet, wsTO As Worksheet
Set wbFR = ActiveWorkbook
Set wsFR = wbFR.ActiveSheet
MsgBox wbFR.Name & wsFR.Name
For counter = 2 To 115 'rows between top an...
Hi,
**Disclaimer: I know NOTHING about programming in VBA**
I have a large set of data that I need to take rows of data and copy and paste it into one large master excel worksheet. The easiest way to understand this is by an example (I think):
1. Path to the files that I need to copy from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.