Hello Friends,
I am using the this VBA Code to format dates which are greater than or equal to today.
I require to add another condition i.e. if the adjacent cell (right one) is empty then only the code should format dates otherwise nothing should happen.
Sub formatdates()
Dim rngCell As...