View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default new class w/ graphic objects

Depend what you mean.

You can store a reference to a picture, either as a file or a shape in a
worksheet, within the class and access a property or method to retrieve it,
but it would help to have more info about what you are trying to do.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Tony Rizzo" wrote in message
...
I've read about the process of defining a new class
in Excel VBA, and I've actually followed the text with
success. But how does one define a class that has a
graphic object associated with it?

--

Tony Rizzo