I found the below VBA that returns a list of all the days between working days that works perfectly.
But I need it to return only the working days, is there a line or smth that I need to add to do so?
Sub WriteDates()
Dim rng As Range
Dim StartRng As Range
Dim EndRng As Range...