Posted to microsoft.public.excel.programming
|
|
Getting the value from a cell, and then using it as a name or R1C1 reference
Sub test()
ActiveWorkbook.Names.Add Range("A1").Value, "=Sheet1!$B$1"
End Sub
--
Rob van Gelder - http://www.vangelder.co.nz/excel
"Art" wrote in message
...
|