View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default the same question, revisisted

oSandwich.propertyName = "whatever" ' calls the Let procedure
varname= oSandwich.propertyName ' calls the Get procedure

--
Regards,
Tom Ogilvy


"medicenpringles"
<medicenpringles.1xdl2g_1130105107.6536@excelfor um-nospam.com wrote in
message news:medicenpringles.1xdl2g_1130105107.6536@excelf orum-nospam.com...

no offense, but i know what i'm doing. the first code listing is my
Sandwich Class ( i also have a Sandwiches collection class, which works
fine)

the second code listing is something i have in a code module that
references each Sandwich object and returns the ingredients associated
with each of them.

i've been working on it a bit, and i have the Property Get procedures
pretty well working fine, but the Lets are giving me trouble.

what kind of call/method/whatever calls the property let procedure?
oSandwich.-property = -?
- varname -= oSandwich.-property- ?


--
medicenpringles


------------------------------------------------------------------------
medicenpringles's Profile:

http://www.excelforum.com/member.php...o&userid=16458
View this thread: http://www.excelforum.com/showthread...hreadid=478593