View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
TomHinkle TomHinkle is offline
external usenet poster
 
Posts: 36
Default what can classmodules do

Read the whole thread...

"For an example (programmers, realize I'm simplifying the description here)."

I used worksheet because I figured it would be something someone could
relate to..

If you read the WHOLE post you'd realize I was trying to describe a class in
a short amount of space.

Sorry if you don't get it.

"Bob Phillips" wrote:


"TomHinkle" wrote in message
...
A worksheet is an example of a class.

you can write

dim X as worksheet

set X = new worksheet


Just give that a try, and see if you can!