Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to use listview control in userform? I can't add listview control in
toolbox. Help me. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to set a reference by doing in the VBE:
Tools, References and browse to C:\Windows\System32\MSComctl32.ocx The path could be different if you are not on Win XP. After that the Listview will be available in the control toolbox. RBS "palo" wrote in message ... How to use listview control in userform? I can't add listview control in toolbox. Help me. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks you!
In my system32, only has MSCOMCTL.OCX and COMCTL32.OCX. I have set references this files, however, it's still not working. "RB Smissaert" wrote: You need to set a reference by doing in the VBE: Tools, References and browse to C:\Windows\System32\MSComctl32.ocx The path could be different if you are not on Win XP. After that the Listview will be available in the control toolbox. RBS "palo" wrote in message ... How to use listview control in userform? I can't add listview control in toolbox. Help me. Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, I posted wrong, it should be:
C:\Windows\System32\MSComctl.ocx So, set a reference to that one and un-tick the other one. Don't think there is a MSComctl32.ocx, but there is MSComct2.ocx, which I think holds the Monthview control. RBS "palo" wrote in message ... Thanks you! In my system32, only has MSCOMCTL.OCX and COMCTL32.OCX. I have set references this files, however, it's still not working. "RB Smissaert" wrote: You need to set a reference by doing in the VBE: Tools, References and browse to C:\Windows\System32\MSComctl32.ocx The path could be different if you are not on Win XP. After that the Listview will be available in the control toolbox. RBS "palo" wrote in message ... How to use listview control in userform? I can't add listview control in toolbox. Help me. Thanks |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set a reference to MSComctl.oxc. But menu Tools/Additionnal
Controls...not work. "RB Smissaert" wrote: Sorry, I posted wrong, it should be: C:\Windows\System32\MSComctl.ocx So, set a reference to that one and un-tick the other one. Don't think there is a MSComctl32.ocx, but there is MSComct2.ocx, which I think holds the Monthview control. RBS "palo" wrote in message ... Thanks you! In my system32, only has MSCOMCTL.OCX and COMCTL32.OCX. I have set references this files, however, it's still not working. "RB Smissaert" wrote: You need to set a reference by doing in the VBE: Tools, References and browse to C:\Windows\System32\MSComctl32.ocx The path could be different if you are not on Win XP. After that the Listview will be available in the control toolbox. RBS "palo" wrote in message ... How to use listview control in userform? I can't add listview control in toolbox. Help me. Thanks |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you add the reference to the right project?
When you say: not work, do you mean the listview doesn't show in the list of controls to add? What Windows version are you on? What is the version of the file MSComctl.ocx? RBS "palo" wrote in message ... I have set a reference to MSComctl.oxc. But menu Tools/Additionnal Controls...not work. "RB Smissaert" wrote: Sorry, I posted wrong, it should be: C:\Windows\System32\MSComctl.ocx So, set a reference to that one and un-tick the other one. Don't think there is a MSComctl32.ocx, but there is MSComct2.ocx, which I think holds the Monthview control. RBS "palo" wrote in message ... Thanks you! In my system32, only has MSCOMCTL.OCX and COMCTL32.OCX. I have set references this files, however, it's still not working. "RB Smissaert" wrote: You need to set a reference by doing in the VBE: Tools, References and browse to C:\Windows\System32\MSComctl32.ocx The path could be different if you are not on Win XP. After that the Listview will be available in the control toolbox. RBS "palo" wrote in message ... How to use listview control in userform? I can't add listview control in toolbox. Help me. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Process control chart for quality control in exel? | Charts and Charting in Excel | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Control disappeared problem - specifically, the Calendar Control | Excel Programming | |||
Programatically control picture property of Image control | Excel Programming | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming |