Hello,
I am a newbie in VBA and I have a question regarding the Worksheet_Change event. Let's say, anytime something changes in the worksheet, I want to write something in the next empty cell in column A. So I have the following simple code:
Private Sub Worksheet_Change(ByVal Target As Range)...