View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Where was I called from?

In these cases, yes; however, if the second ones ever performed an action as
opposed to simply returning a value, then they would be called methods.

--
Rick (MVP - Excel)


"Prof Wonmug" wrote in message
...
On Sat, 9 May 2009 15:48:44 -0400, "Rick Rothstein"
wrote:

Are these what you are looking for...ActiveWorkBook.Name,
ActiveSheet.Name,
ActiveCell.Address?


Yup. Thanks.

In these examples, is the first field called an "object" and the
second a "property"?

Is there a nice concise list of the first field, with sublists for the
second (and third?)?