Prior to my problem area, I receive two dates from a form which I then determine the difference between them.
Dim dayCount As Integer
dayCount = DateDiff("d", Date_Selection.sDate.Value, Date_Selection.eDate.Value)
On my worksheet I need to take the formula that resides in "J2" and...