View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default rngDataAll, rngEnd, rngStart, etc

Hi,

Naming ranges can be done in a couple of ways, have a look he-

http://www.cpearson.com/excel/named.htm

Mike

"nod" wrote:

I have come across these values rngDataAll, rngEnd, rngStart, etc used
with a range object thus:
Range("rngEnd")
It is self-evident what they mean but where are they defined?