Hi,
I modified the code you see below:
http://www.excelfox.com/forum/f2/cou...a-column-1645/
With the following code to call the area "Rngx"
How can I rewrite this code to define a range of research?
I hope we can avoid naming the rangeCode:ActiveWorkbook.Names.Add Name:="Rngx", RefersTo:=Range(Cells(1, Col_Dati), Cells(Cells(Rows.Count, Col_Dati).End(xlUp).Row + 1, Col_Dati)) sn = Split(Join([transpose(Rngx)], "-"), "-")
Thank you in advance
Bookmarks