As Andy says your code won't delete the row because it is not active. However, it is not necessary to activate the cell. Change your code to be more efficient by
1. Do not use R to refer to the found cell, because you use R in the code I provided yesterday as a Long.
2.Place at the very top of your code (where you should actually have Option Explicit)
Then use rCl where you use r as range.
You really should also read the topic I suggested yesterday & also take a look at the DatabaseForm example there.
Bookmarks