Hello,
I have no prior experience with VBA, but was asked to write a file that will combine data from multiple spreadsheets into one master sheet. Here is what I have so far:
Sub OpenFile()
Dim sPath As String
Dim sFile As String
Dim strName As String
Dim FinalWB As Workbook...