I'd like to turn this formula
= "pour " & TEXT(StartDate1, "MMM d, yyyy") & " à " & TEXT(EndDate1,"MMM d, yyyy")
into VBA code.
However, the code is part of a loop and each date increments. I was using dtStartDate as the variable for each start date that was reset at the beginning of each...