Hi, I wonder whether someone may be able to help me please.
I'm using the code below to allow the user to select multiple Excel files, copy a range of data before amalgamating them into a 'Master' spreadsheet.
Sub BigMerge()
Set DestWB = ActiveWorkbook
SourceSheet = "Combined"
StartRow...