top of page
Blog posts
Search
Feb 25, 20222 min read
Working with a UserForm's close button (the 'X' button)
The close (or 'X') button appears at the right in the title bar of every UserForm. You can control the behaviour when it is clicked, or...
0 comments
Feb 24, 20222 min read
Add an icon to a UserForm's title bar
Adding an icon to a UserForm's title bar can help to give a professional look to your UserForm. The source icon must be a .ico file. If...
0 comments
Feb 22, 20222 min read
Get or set the Ribbon visibility
The examples here all work with Excel, Word and PowerPoint, they do not work with Outlook. Set the Ribbon visibility These methods allow...
1 comment
Feb 22, 20221 min read
Join two parts of a file or folder path
NOTE: this post and the code it contains is still valid, however, it has been superseded by the 'Working with files and folders in VBA'...
0 comments
Feb 22, 20221 min read
Does a file or folder exist?
NOTE: this post and the code it contains is still valid, however, it has been superseded by the 'Working with files and folders in VBA'...
0 comments
Feb 22, 20222 min read
Pause processing
Code often needs to pause and wait for something else to happen. There are a number of options to do this. In Excel, you can use...
0 comments
Feb 22, 20221 min read
Get all files in a folder
NOTE: this post and the code it contains is still valid, however, it has been superseded by the 'Working with files and folders in VBA'...
0 comments
Feb 22, 20225 min read
What is VBA
What is VBA VBA stands for Visual Basic for Applications. VBA is Microsoft’s programming language for a number of the Office suite of...
2 comments
Feb 22, 20221 min read
Get the local date and time including milliseconds
This code uses the GetLocalTime Windows API to get a more accurate time than VBA will supply, accurate to around 15 milliseconds. You can...
0 comments
Feb 22, 20221 min read
Website is live!
Finally did it, after 20+ years working in industry and nearly 18 months of freelancing on Upwork, this website is live! Ready to...
1 comment
Articles: Blog2
bottom of page