Hi all
Any assistance greatly appreciated here.
I am struggling to understand why this code isn't working. Any ideas?
Sub RunCodeOnAllXLSFiles()
Dim lCount As Long
Dim wbResults As Workbook
Dim wbCodeBook As Workbook
Application.ScreenUpdating = False
Application.DisplayAlerts = False...