top of page
Profile
Join date: Oct 15, 2020
Posts (118)
Jan 26, 2026 ∙ 1 min
Fixing the letter case of code in the VBE
The VBE has a habit of changing the letter case of words (that are code ... not literal values and/or comments) when you are typing in code. For example, I often find that the letter casing of the word "Value" gets changed to "value". VBE_Extras now includes a "Fix case" command that will correct the case for all matches of that word.
66
0
Jan 22, 2026 ∙ 2 min
AutoText - numeric and String expansions
The AutoText functionality of VBE_Extras already provided numerous ways to speed up entering code ... now it has one more trick up its sleeve: numeric and String expansions for ++, --, +=, -=, *=, /=, \=, ^=, &=
55
2
Jan 20, 2026 ∙ 3 min
WinAPI error codes
When working with Windows API Functions, you will often have an error number made available to the calling code. There are, literally, thousands of error numbers, and they are listed on the Microsoft error codes page.
56
0
John
Admin
More actions
bottom of page