I want to find the previous non-blank cell, whether it is a merged or a non-merged cell.
Here's my VBA code that isn't working:
Set RngNex = RngTar.Find("*", After:=RngCur, LookIn:=xlFormulas, _
LookAt:=xlWhole, SearchDirection:=xlPrevious, SearchOrder:=xlByRows)
It's failing to...