View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Orlando Orlando is offline
external usenet poster
 
Posts: 16
Default How to reference a named area

HI, programming in excel VBA, how can I make reference to and area I define,
example I name the area D5 to F10 and I call it Salary, how can I read the
information in the cell D5 or E8 from VBA.

Thanks.