View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hazzaz_mail@yahoo.com is offline
external usenet poster
 
Posts: 5
Default reading cells by name/definition

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 ?