Custom Classes and Cans Of Worms....

  • Thread starter Thread starter Rich_z
  • Start date Start date
R

Rich_z

Hi guys.

I have created a custom class based upon a worksheet. I was under th
impression that by coding:


Code
-------------------

Public WithEvents shGutter As Worksheet

-------------------


You would create a class that you could then extend with new propertie
and methods.

I've got the new properties and methods in place, but now all th
standard methods and properties such as .RANGE and the shape
collection and all the rest have dissappear.

What do I need to code to create a custom class based on a worksheet s
that it contains both the standard properties and methods for
worksheet as well as my own extentions ??

Cheers!

Regards

Rich (and his can of worms.....
 
Rich,

Do you want to take this off-line and send me a workbook, and we can discuss
it?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top