VBA-tools / VBA-Dictionary

Drop-in replacement for Scripting.Dictionary on Mac
MIT License
348 stars 89 forks source link

Add descriptions for Object Browser #16

Closed Sophist-UK closed 8 years ago

Sophist-UK commented 8 years ago

Add class and property descriptions for Object Browser to match Scripting.Dictionary

timhall commented 8 years ago

This is great, definitely been meaning to do this. Do you have any reference for anything else Attribute-wise that can be added?

Sophist-UK commented 8 years ago

Because Dictionary is a fully compatible replacement for Scripting.Dictionary, I just copied the descriptions from the Object Browser for Scripting.Dictionary, right-clicked against the equivalent VBA-dictionary item in Object Browser, selected Properties and pasted the text.

The same approach would work for VBA-Web but I would have to precis existing help text.

timhall commented 8 years ago

Sounds good. Passes locally, merging