Dear members,
I want to apply below code to specific sheets. For example I have 3 sheets and I want it to be applied for sheet1 and sheet3
[
Sub blankcells()
Application.ScreenUpdating = False
Dim lr As Long
With ActiveSheet
lr = .Columns("F:G").Find(What:="*", SearchDirection:=xlPrevious...