Thread: Target Offset?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.E. McGimpsey J.E. McGimpsey is offline
external usenet poster
 
Posts: 493
Default Target Offset?

Chip's site has a good explanation of the Item method by Alan Beban:

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

In article ,
"D. A. Gray" wrote:

Though I didn't see the original message, my guess is that
Target is the name of a Range object. In any case, your
guess is correct, since cell references are 1 based,
rather than zero based, as are the underlying arrays.