Maybe:
![]()
Sub abdullahsikander() Dim rcell As Range For Each rcell In ActiveSheet.UsedRange If rcell.Value = "" Then MsgBox "Error blank cell found at Row " & rcell.Row & " Column " & rcell.Column End If Next rcell End Sub
Maybe:
![]()
Sub abdullahsikander() Dim rcell As Range For Each rcell In ActiveSheet.UsedRange If rcell.Value = "" Then MsgBox "Error blank cell found at Row " & rcell.Row & " Column " & rcell.Column End If Next rcell End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks