I am trying to create a macro to delete the row if it doesnot equal a date inputted by the user.
When running the macro an input box should appear and theuser should be able to enter the date.
A B C D
Name Description Date Comment
1 Jeff Person 1 Jan-10-2018 123AAD
2 Bob Person2 Feb-12-2018 123AGV
3 Sara Person3 Jan-10-2018 125ABD
4 Joe Person 4 Feb-12-2018 1254ABX
The user would input Jan-10-2018, row 2 and 4 should bedeleted.
Thanks for your help in advance.
When running the macro an input box should appear and theuser should be able to enter the date.
A B C D
Name Description Date Comment
1 Jeff Person 1 Jan-10-2018 123AAD
2 Bob Person2 Feb-12-2018 123AGV
3 Sara Person3 Jan-10-2018 125ABD
4 Joe Person 4 Feb-12-2018 1254ABX
The user would input Jan-10-2018, row 2 and 4 should bedeleted.
Thanks for your help in advance.