This finds last row in column "B"
Code:With ActiveSheet LastRowCol = .Range("B" & .Rows.Count).End(xlUp).Row End With
This finds last row in column "B"
Code:With ActiveSheet LastRowCol = .Range("B" & .Rows.Count).End(xlUp).Row End With
xl2007 - Windows 7
xl hates the 255 number
Bookmarks