View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Abraham.Olson@gmail.com is offline
external usenet poster
 
Posts: 28
Default A class with two objects?

Is it possible to create a class, lets call it CellAndPic, which unites
two objects: a range object and a picture object?

I want to be able to create a cell that inherently has a picture in it.
All properties of both the range object and the picture object should
be able to modified.

I haven't created classes before, so I need a little more then a yes/no
answer... if its possible.

Please ask any questions that will help me clarify my request.