Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Arne,
You are talking about creating Custom Controls. For that you need an environment that you can compile into an .OCX ; not something you can do in Excel VBA. VB5/6 did have a Learning Edition that was free, although I don't know if it supported this. There was also a discounted version called something like "Control Creation Edition" which would be suitable. As VB has been discontinued, MS are no longer selling it, although you can get copies from eBay and the likes. If you decide to purchase, make sure you get the full CD (with Help and license), not just someone dodgy copy. NickHK "Arne" wrote in message ... Is it possible to make a class for combinations of userform controls. I have a few combinations of such controls that interact in a certain way. Consider, just as an example, the combination of a text box and a spin button. It is easy enough to put those two controls in a class, but is it possible to construct an object that can be put on a userform, ant that can be used in the same way as a normal control? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Class programming - how to return chartobject from a class? | Excel Programming | |||
Class modules: parametrize class object fields | Excel Programming | |||
ActiveX Controls vs Form Controls | Excel Discussion (Misc queries) | |||
Event procedures for controls added with Controls.Add | Excel Programming | |||
RaiseEvent from a class contained in a 2nd class collection? | Excel Programming |