Why can't I see the Microsoft Forms 2.0 object library?

I would like to use this library to work with the clipboard. I expect to see it as in the screenshot below, but I can not find it in the list of reference libraries. How can I do it?

enter image description here

+3
source share
1 answer

If you add UserForm to your project, the library will automatically be added. If you do not need UserForm, you can always delete it later.

enter image description here

+3
source

Source: https://habr.com/ru/post/1243992/


All Articles