Where is the Treeview Control in Excel 2003?

  • Thread starter Thread starter cr113
  • Start date Start date
Yes, need to set a reference to C:\Windows\System32\MSCOMCTL.ocx
to get the Microsoft TreeView Control 6.0 (SP6).

RBS
 
- Show quoted text -

Yes, need to set a reference to C:\Windows\System32\MSCOMCTL.ocx
to get the Microsoft TreeView Control 6.0 (SP6).

OK, I set a reference to MSCOMCTL.ocx but none of those additional
controls show up in my Toolbox. How do I drop the Treeview object onto
my form?

Thanks!
 
Load your control toolbox in the VBE, right-click on an empty bit of the
toolbox and
do Additional Controls. Then tick that treeview control as mentioned.

RBS

- Show quoted text -

Yes, need to set a reference to C:\Windows\System32\MSCOMCTL.ocx
to get the Microsoft TreeView Control 6.0 (SP6).

OK, I set a reference to MSCOMCTL.ocx but none of those additional
controls show up in my Toolbox. How do I drop the Treeview object onto
my form?

Thanks!
 
Load your control toolbox in the VBE, right-click on an empty bit of the
toolbox and
do Additional Controls. Then tick that treeview control as mentioned.

Success!!!

Thank you very much!
 
Back
Top