top of page
Blog posts
Search
Oct 25, 20222 min read
VBE Themes
VBE_Extras will now help you to create and apply text, background and indicator colours, fonts and 'margin indicator bar' (MIB)...
0 comments

Aug 25, 20223 min read
VBA and FaceIds
A FaceId, in VBA, is a small picture/icon added to a CommandBarButton which is an item in a menu. The main menus in all Office...
0 comments

Aug 10, 20224 min read
Let the user choose a single file
A common requirement for VBA macros is to let the user choose a file, often the file will have some data that the macro is to work with,...
0 comments

Jul 29, 20221 min read
Automatically adding Properties
Get fed up with manually typing out Properties? VBE_Extras can now automatically add Properties for module-level variables and Type...
0 comments

Jul 27, 20223 min read
Automatically adding factories
What's a factory? For the purposes of this article: it is code within in a Class Module that creates an instance of that Class, assigns...
0 comments

Jul 20, 202214 min read
VBA Attributes
What is an Attribute? A name/value pair that specifies some characteristic of a Module or Module-member. All Attributes are hidden when...
2 comments

May 23, 20222 min read
VBE_Extras is here!
VBE_Extras is an AddIn for the Visual Basic Editor (VBE) within Excel, Word, Outlook and PowerPoint. It is designed to make coding with...
0 comments


Mar 4, 20229 min read
Installing and updating Add-ins
Installing and updating an Add-in for an Office application is not difficult. Honest, it's not. But the right steps have to be performed...
7 comments

Feb 26, 20221 min read
Make a UserForm transparent
The following code will make the entire UserForm transparent. I'm sure there is a practical use for this, I'm just now sure what it is!...
1 comment

Feb 25, 20221 min read
Hide a UserForm's title bar
The following code will hide the whole title bar of the UserForm window. Why would you want to do this? The only time I do is when...
1 comment

Articles: Blog2
bottom of page