top of page
Blog posts
Search
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, 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
Articles: Blog2
bottom of page