How can the end row be made dynamic as rows are inserted. I could name cell
A12001 as END with the formula =ROW(A12000)
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Worksheets("GLOBAL").Rows("1:12000").Calculate
End Sub
Thank you.
--
Robert
Bookmarks