Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been looking around for ages on the web and have managed to find
some really useful stuff around Class Modules, telling me what they are and how to create basic ones, but I seem to be having trouble getting some actual examples which relate to the real world. So it's therefore proving difficult to get what I need. I'm writing a programme to manage the property assets of a company. The company owns several buildings (I'm avoiding calling them properties for obvious reasons). Each building contains has several things that are unique to that building (e.g. address, date lease was signed) and it also contains a number of rooms. Again, each room has it's own properties (current leasee, size etc...) and within each room there are a number of items of furniture. Therefore, I see there being the need for three classes. Building Room Furniture Using an Excel analogy, the building is like a workbook, the room is like a worksheet and the furniture is like the cells. Therefore, I would also expect to have to define classes such as; Buildings Rooms Furnitures (obviously, not gramatically correct, but who's counting) Can anyone tell me how to create this class structure, specifically with how to add and delete rooms & furniture? I'm really struggling and I'm completely sure that something like this has already been done. Cheers Ian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Class Modules | Excel Programming | |||
Basic question - modules and class modules - what's the difference? | Excel Programming | |||
Class Modules | Excel Programming | |||
Class Modules vs Modules | Excel Programming | |||
Class Modules | Excel Programming |