VBA: How to use the Object Browser?

前端 未结 2 665
旧巷少年郎
旧巷少年郎 2020-12-14 11:29

I don\'t know if this is the right place for my question, but: how do I use the object and the browser? I feel so inept when it comes to helping myself. I know I can google

2条回答
  •  無奈伤痛
    2020-12-14 12:11

    1. When member is empty then the object is a Class
    2. Many objects can have a border. I don't see a border property on either Chart or ChartArea. This makes it hard to tell what objects have a border. If you can configure a border in the GUI that's a good indicator that you can do it in code.
    3. This is the top of the documentation: https://docs.microsoft.com/en-us/office/vba/api/overview/excel/object-model

    I use the link I gave in A3. I never use the object viewer inside excel. The microsoft documentation doesn't always have everything you need. You will find obscure webpages that have undocumented features. How do people learn this arcane art? Either trial and error, or it's passed down from one wizard to the next.

提交回复
热议问题