Hi All,
I am searching for a way to retrieve in Excel VBA 2 points when user had input new data in a worksheet:
1. how to retreive what user had input ?
2. how to retreive where (address or range) user did this input?
Currently I use activecell but it's not right because when you valid your input, you can use arrows, return key or even click on other cell. So it works only if I have validation with drop list on cell modified.
Any help will be appreciate.
Thanks in advance!
I am searching for a way to retrieve in Excel VBA 2 points when user had input new data in a worksheet:
1. how to retreive what user had input ?
2. how to retreive where (address or range) user did this input?
Currently I use activecell but it's not right because when you valid your input, you can use arrows, return key or even click on other cell. So it works only if I have validation with drop list on cell modified.
Any help will be appreciate.
Thanks in advance!