Hi All,
I'm working with a great macro that allows the user to select a specific excel file in importing it into their already open excel workbook.
Dim wsDest As Worksheet
Set wsDest = ActiveWorkbook.Sheets(11)
Application.ScreenUpdating = False
On Error Resume Next
With...