reading cells by name/definition
Did you try it? If you did you would answer your own question.
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
wrote in message
oups.com...
Hello all,
just wish to know is it possible to read excel cells by their name
instead of cell reference.
i.e. instead of using xlsheet.range(A4).value, can i use
xlsheet.range("my_given_name").value
where A4 is named as my_given_name ?
|