![]()
Sub test() Dim l As Long Dim lRow As Long lRow = Cells(Rows.Count, "A").End(xlUp).Row For l = 1 To lRow If Range("A" & l).Value = "" Then Range("A" & l).PasteSpecial Exit Sub End If Next l End Sub
![]()
Sub test() Dim l As Long Dim lRow As Long lRow = Cells(Rows.Count, "A").End(xlUp).Row For l = 1 To lRow If Range("A" & l).Value = "" Then Range("A" & l).PasteSpecial Exit Sub End If Next l End Sub
Last edited by Solus Rankin; 08-09-2013 at 10:26 AM. Reason: edit code
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks