Skip to content

A modification of the Whac-A-Mole repository, to illustrate multithreading in Excel.

License

Notifications You must be signed in to change notification settings

stelmath/Excel-Multithreading-VBA-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel-Multithreading-VBA-

A modification of the Whac-A-Mole repository, to illustrate multithreading in Excel. Basically, we have two Do Loops running at the same time, independently - one from VBA and one from the VBScript. The former Do loop is handling the movement of the moles and the latter one is moving the hammer image onto the mouse cursor.

Inspired by: https://analystcave.com/excel-multithreading-vba-vs-vbscript-vs-c-net/ by AnalystCave

Keep the hammer.vbs file in the same location as the Whack-A-Mole_Multithreading.xlsm file.

This will probably not run properly on a Mac, because it does not recognize the "DoEvents" statement.

About

A modification of the Whac-A-Mole repository, to illustrate multithreading in Excel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published