View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charles Charles is offline
external usenet poster
 
Posts: 62
Default Object: smart way to assign a value as for an array?

Hello

quick question: is there a smart way to define a procedure to do the
same thing as a "public let", but with the array syntax?

i.e. you can easily do MyObject.MyValue = 10 with a "public let", but
is there a way to do:

MyObject.MyArray(3)=10

Thanks in advance
Charles