simoncpage
Programmer
Hi all, wonder if anyone can help. I want to add in data validations to a row once the cell that starts the row has been changed. At present I am using the Worksheet_Change to capture this but the problem I have is that I am doing it so that it finds the last cell of that column and then adds in the validation for that row.
However the problem lies in the fact that if the cell above the last cell, for example, is altered this does not update the row for that cell (it updates the last row).
How can I capture the actual cell that has just been changed in order to applty formatting to the row it belongs to??
Any help would be most appreciated
Thanks
Simon
However the problem lies in the fact that if the cell above the last cell, for example, is altered this does not update the row for that cell (it updates the last row).
How can I capture the actual cell that has just been changed in order to applty formatting to the row it belongs to??
Any help would be most appreciated
Thanks
Simon