thevbahelp.com
@thevbahelp.com
Done VBA stuff. Currently doing VBA stuff. Plan to keep doing VBA stuff - but with VBE_Extras https://thevbahelp.com/vbe-extras
Using GDI+ to draw lines, fill shapes and write text on a UserForm www.thevbahelp.com/post/using-g...
Using GDI+ to draw lines, fill shapes and write text on a UserForm
Using GDI+ to draw lines, fill shapes and write text on a UserForm
www.thevbahelp.com
October 14, 2025 at 1:01 PM
Get key presses while VBA code is running using PeekMessage and TranslateMessage www.thevbahelp.com/post/get-key...
Get key presses while VBA code is running using PeekMessage and TranslateMessage
The PeekMessage Windows API Function retrieves windows messages from a message queue. The TranslateMessage Windows API Function translates virtual-key messages into character messages.
www.thevbahelp.com
October 9, 2025 at 6:21 AM
Get a list of all Fonts installed on a device using the EnumFontFamiliesEx Windows API Function www.thevbahelp.com/post/get-a-l...
Get a list of all Fonts installed on a device using the EnumFontFamiliesEx Windows API Function
Get a list of all fonts (or font / character set combinations) on a device using the EnumFontFamiliesEx Windows API Function.
www.thevbahelp.com
September 17, 2025 at 11:20 AM
Getting windows ... and getting information about windows ... using the Windows API www.thevbahelp.com/post/getting...
Getting windows ... and getting information about windows ... using the Windows API
This post covers a number of Windows API Functions relating to getting windows and getting information about windows.
www.thevbahelp.com
September 3, 2025 at 9:17 AM
Getting locale information using the GetLocaleInfoEx Windows API Function www.thevbahelp.com/post/getting...
Getting locale information using the GetLocaleInfoEx Windows API Function
This post demonstrates how to use the GetLocaleInfoEx Windows API Function to get locale-related information.
www.thevbahelp.com
September 2, 2025 at 10:09 AM
Flashing the taskbar icon and window using the Windows API www.thevbahelp.com/post/flashin...
Flashing the taskbar icon and window using the Windows API
This post demonstrates how to use the FlashWindow or FlashWindowEx Windows API Functions to flash the taskbar icon and window for an application.
www.thevbahelp.com
August 28, 2025 at 1:56 PM
Automatically add Windows API declarations www.thevbahelp.com/post/automat... #vbe_extras
Automatically add Windows API declaration(s)
VBE_Extras will help you to identify and add (to your VBA code) Windows API declarations.
www.thevbahelp.com
August 18, 2025 at 1:34 PM
Get the application window handle in any app (well ... in Excel, Word, Access, PowerPoint or Outlook) www.thevbahelp.com/post/get-the...
Get the application window handle in any app (well ... in Excel, Word, Access, PowerPoint or Outlook)
I wanted to have a simple piece of code that I could drop into any host application in which I am developing VBA code that would get me the application window handle ...
www.thevbahelp.com
June 10, 2025 at 7:43 AM