Guys I am trying to clean all excels present in a folder and highlight required data in all excels. Using following code for cleaning excels
Sub Looper()
Dim wb As Workbook
Dim myPath As String
Dim myFile As String
Dim myExtension As String
Dim FldrPicker As FileDialog
'Optimize Macro Speed...