Hi All,
I have the below VBA code which does what I need but it is very slow. Can someone tell me if there is a way this can be done in one step rather than looping through all 2500 cells.
Application.ScreenUpdating = False
Dim Current_Date As Date
Dim Date_String As String...