Tag: COM object
Sometimes, you want to emulate keystrokes (key presses) for example, you want to automate some tasks which are easier to do by repeating keystrokes than looking up APIs and …
September 15, 2014
beginner, case study, code, code library, excel, implementation, programming languages, string, VBA, vbscript, windows scripting host
In this article, I am going to share a easy and quick way to delete some duplicate rows (e.g. regarding column B) from a spreadsheet but the requirement is …
September 12, 2014
beginner, code, code library, implementation, javascript, Office, Processing and ProcessingJS, VBA, vbscript, windows, windows command shell, windows scripting host
WSH (Window Scripting Host) is a powerful and handy scripting environment. It is installed by default and can be found on almost every windows versions since Win98. There are …
On 64-bit Windows, we have two different sets of Window Scripting Host (WSH), 32-bit or 64-bit. The defaults are located at C:\Windows\System32, where cscript.exe or wscript.exe (with GUI, e.g. …