1)Is it possible to set items in a listbox to bold, if this items meet some condition(s), without the need of using an activex control?
2)I knowthat the use of MSCOMCTL.ocx makes it possible to give some items a predefined foreground color if some condition is met. I also know that this activex is in c:\Windows\system32 folder, but how do i add a reference to this control in the reference list in the vba editor? The reference to this activex isn't present in my reference list.
Does this control also makes it possible to select items and moving them to a second (normal) listbox , or do i have to use two such a activex controls to simulate the moving of items from one listbox to the other and vice versa?
2)I knowthat the use of MSCOMCTL.ocx makes it possible to give some items a predefined foreground color if some condition is met. I also know that this activex is in c:\Windows\system32 folder, but how do i add a reference to this control in the reference list in the vba editor? The reference to this activex isn't present in my reference list.
Does this control also makes it possible to select items and moving them to a second (normal) listbox , or do i have to use two such a activex controls to simulate the moving of items from one listbox to the other and vice versa?