Hello currently I'm trying to export data from a workbook without open it by using macro, to explore the limits of VBA I'm trying to check if some specific headers are present on the sheet.
Exemple code :
Sub Checking()
Dim Cell_Date As Range
Set Cell_Date =...