Hi All,
I want to find non-blank last cell of the sheet. I have a code but if there is any merge cell is there then its not working.
lngLastRow = ObjWBTarget.Sheets(ObjWSTarget.Name).Cells.Find(What:="*", After:=[A1], SearchOrder:=xlByColumns, SearchDirection:=xlPrevious).Row
lngLastCol =...