Hi guys,
I need a correction for my formula, I want to calculate averages for given dates,
Dim FirstDate As Date
Dim LastDate As Date
FirstDate= Application.InputBox("First Date")
LastDate = Application.InputBox("Last Date")
Range(Cells(3, anay), Cells(3...