Thread
:
Naming range question
View Single Post
#
5
Posted to microsoft.public.excel.programming
Ken Johnson
external usenet poster
Posts: 1,073
Naming range question
Dim rngfulldata As Range
Set rngfulldata = Range("A2:" & _
ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell) .Address)
rngfulldata.Name = "fulldata"
Ken Johnson
Reply With Quote
Ken Johnson
View Public Profile
Find all posts by Ken Johnson