For some reason, the code below, only the first variable ( i ) works, while the other one ( o ) doesn't, is simply ignored.
All I want to do is check if 2 sheets are empty or not (with no written cells).
For i = 1 To Worksheets.Count
If Worksheets(i).Name = "Feuil1" Then
exists =...