is there a way to reference a cell with a known column but a changing row.
ie
![]()
For Each i In Range("S47:S50") If i = 1 Then For Each cell In Sheets("sheet1").Range(D?,F?,H?,G?) If IsEmpty(cell.Value) Then MsgBox "Mandatory feild not filled in" Application.Goto cell
Bookmarks