top of page
John

Automatically adding Properties

Get fed up with manually typing out Properties? VBE_Extras can now automatically add Properties for module-level variables and Type elements. Just right click on the name of the variable or Type element in its declaration, select Extras > Add Properties, select some options …


Add Properties dialog

… and press Add to convert this

Into this

Or do that twice (once on each Type element) to convert this

Into this

Don't like the default parameter name for the Property Let/Set? Don't like the spacing or number of spaces used for indentation? Don't want any prefix removed from the name of the module-level variable when creating the Property name? Change it …

Settings

0 comments

Comments


bottom of page