In this article, we will create a custom-function to convert negative strings to an integer. Raw data for this article consists of strings followed b...
When you want to use functionality from other applications you have to decide if you want to use early or late binding of object variables. Early ...
It's easy to play soundfiles in WAV-format. You only need to know the filename of the sound you want to play, and decide if you want the macro to wai...
Soundfiles in MIDI-format are often long, so it might be necessary to stop playing the sound (e.g. when the macro is finished). Here is an example: ...
To identify the type of OS, we can use macro code. In this article we will learn how to determine the type of operating system being used using VBA co...
If you want to restore the screen picture for the user after a macro has changed the window view, you can sometimes just activate the cell that was t...
With the macro below you can return the screen size with the function GetSystemMetrics32. Declare Function GetSystemMetrics32 Lib "User32" _ Ali...
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.