R
ranswert
I used the following code to get the name of a cell:
dim a as string
a = ActiveCell.name.name
Can I do something similiar to get the name of a range of cells?
Thanks
dim a as string
a = ActiveCell.name.name
Can I do something similiar to get the name of a range of cells?
Thanks