Points Counter in PowerPoint VBA using Arrow Keys [PPT VBA Tutorial]
This is a module for Interactive PowerPoint Score Counter for Numbers which is created using Visual Basic Applications (VBA). The following code allows us to control the ActiveX Element: Label’s Caption to be controlled via our keyboard‘s arrow keys: left and right; and also other keys such as tab and the number keys.
//DOWNLOAD POWERPOINT COUNTER WITH KEYBOARD CONTROL FREE TEMPLATE & CODE: https://pptvba.com/how-to-make-points-counter-scoreboard-in-powerpoint
If-Then Conditions in VBA
We can use the other keys from our keyboard and assign the necessary values. We use the If-Then conditional statement which recognises which key was pressed and runs the code present within that condition.
KeyBoard Constants in VBA
We use the constant vbKeyRight for the right arrow key and vbKeyLeft for the left arrow key. The constants for the other key can be found in the official documentation of Microsoft Office PowerPoint VBA.
I also do freelancing, contact me:
Bhavesh Shaha,
2002bhavesh@gmail.com
www.youtube.com/bhaveshshaha
www.instagram.com/basicallybhavesh (DMs are open)
Видео Points Counter in PowerPoint VBA using Arrow Keys [PPT VBA Tutorial] канала Bhavesh Shaha - PowerPoint Games
//DOWNLOAD POWERPOINT COUNTER WITH KEYBOARD CONTROL FREE TEMPLATE & CODE: https://pptvba.com/how-to-make-points-counter-scoreboard-in-powerpoint
If-Then Conditions in VBA
We can use the other keys from our keyboard and assign the necessary values. We use the If-Then conditional statement which recognises which key was pressed and runs the code present within that condition.
KeyBoard Constants in VBA
We use the constant vbKeyRight for the right arrow key and vbKeyLeft for the left arrow key. The constants for the other key can be found in the official documentation of Microsoft Office PowerPoint VBA.
I also do freelancing, contact me:
Bhavesh Shaha,
2002bhavesh@gmail.com
www.youtube.com/bhaveshshaha
www.instagram.com/basicallybhavesh (DMs are open)
Видео Points Counter in PowerPoint VBA using Arrow Keys [PPT VBA Tutorial] канала Bhavesh Shaha - PowerPoint Games
Комментарии отсутствуют
Информация о видео
4 апреля 2020 г. 15:07:31
00:07:28
Другие видео канала