I'm using Excel 2007. Using VBA, I need to determine if part of a multi-line cell has been deleted.
Example
Contents of cell A1 before user clicks on the cell
-comment 1
-status 2
-status 3
User deletes second line
-comment 1
-status 3
I need to determine if a 'line' has been deleted. I thought I could count the number of characters in the cell before and after, but can't get the number of characters in the cell before they make the changes.
Any suggestions?
Example
Contents of cell A1 before user clicks on the cell
-comment 1
-status 2
-status 3
User deletes second line
-comment 1
-status 3
I need to determine if a 'line' has been deleted. I thought I could count the number of characters in the cell before and after, but can't get the number of characters in the cell before they make the changes.
Any suggestions?