Hallo,
I have a cell with a name (example "test"). I don't know how to get the value contained in this cell.
I tried: ActiveWorkbook.Names("test").Value
but I get something like: =Sheet1!$A$1
Is there a way (in VBA) to obtain the value contained in a cell, by using its name, or its reference (=Sheet1$A$1) ?
Thanks
I have a cell with a name (example "test"). I don't know how to get the value contained in this cell.
I tried: ActiveWorkbook.Names("test").Value
but I get something like: =Sheet1!$A$1
Is there a way (in VBA) to obtain the value contained in a cell, by using its name, or its reference (=Sheet1$A$1) ?
Thanks