View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Creating a User Defined Class / Object

Andrew,
Make a start with all that and post back if you have further questions.

NickHK

"Andrew Hall NZ" wrote in message
...
Thanks a lot Nick. I got part of the way while you were typing. The

Private
Sub Class_Initialize() is what I was looking for. The string default ""

is
obvious but I had missed it. I need to do some reading on Property Let /

Get.

Cheers

Andrew