Maybe:
![]()
Sub yuenk() Dim rcell As Range For Each rcell In Range("A2:A" & Range("B" & Rows.Count).End(3).row) If rcell = "" Then rcell = rcell.Offset(-1) Next rcell End Sub
Maybe:
![]()
Sub yuenk() Dim rcell As Range For Each rcell In Range("A2:A" & Range("B" & Rows.Count).End(3).row) If rcell = "" Then rcell = rcell.Offset(-1) Next rcell End Sub
Thanks this works! This is simple enough too![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks