Hi,
Please can someone help me?
I have the following code which is triggering Run Time error 28 - Out of stack space.
This is the only code in my workbook as well.
How can I clear this error?
Thanks
Dan
Please can someone help me?
I have the following code which is triggering Run Time error 28 - Out of stack space.
This is the only code in my workbook as well.
How can I clear this error?
Code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Range("B2").Value <> "" Then
Range("R2").Value = Format(Date, "mm/dd/yyyy")
End If
End Sub
Thanks
Dan