Excel VBA listview not showing in the Reference library

Sanu 0 Reputation points
2023-03-16T12:22:54.26+00:00

Hi

I am trying to add the list view control to the toolbox (Office 365 user), but couldn't find it in the library. Could anyone help me please?

Microsoft 365 and Office Development Other
Microsoft 365 and Office Install, redeem, activate For business Windows
Microsoft 365 and Office Excel For business Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-03-16T12:29:26.9066667+00:00

    You have to add the MSCOMCTL.OCX control to get a ListView, see

    https://www.dbase.com/Knowledgebase/dbulletin/bu13_a.htm

    0 comments No comments

  2. Emily Hua-MSFT 27,796 Reputation points
    2023-03-17T05:50:46.9+00:00

    Hi @Sanu

    If you can not find MS Windows Common Controls 6.0 (SP6), you may try to install Microsoft Visual Basic 6.0 Common Controls.

    Capture44

    To register MSCOMCTL.OCX file with regsvr32:

    • regsvr32 c:\Windows\System32\MSCOMCTL.OCX
    • regsvr32 c:\windows\syswow64\mscomctl.ocx

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.