I have a defined name call "Input_Range". If a last empty row of the input range is being edited (add value to an empty row), then insert an empty row, automatically.
I have been working on this problem for a few days but no solution. I can only do: Worksheet_change event to detect if there data within the defined name range is edited or selected, then insert a row. Even if I edit non-empty row (like the first row of the range), it still adds another row.
Please help!
=========================
I just think about the problem and probably I can do: if there is no empty row in range("Input_range"), then insert an empty row. I have not though about this. Well, still need to learn how to detect if a row of a range is empty but it is better. I will work on this and if I have problem I please help me.