![]() |
Using VBA in Power Point
|
VBA in Power Point |
Step 1 |
I am going to design a program in power point that utilises the office assistant. Firstly I will use the office assistant to ask the user simple questions, secondly I will take advantage of the animate feature that the office assistant uses. It is simple to program the office assistant to prompt the user, the first step as always is to access the VBA behind the program (Alt F11). The below image shows the completed form that I will use to control the office assistant from. |
Step 2 | Relay the next step is just to input the code and watch the results at the end. |
See The Full Document Click Here | |
Program Results |
![]()
|
![]()
|
|
Face ID Program |
The face id program prompts the user to enter two numbers, the first number represents the first face id number and the second number represents last face id number. The program will generate a menu with the appropriate amount of buttons from the txt fields.
|
From the data entered below by the user the menu below was generated.
The program incorporates validation, if the user inputs a number larger than 200 then the user will be prompted with a message box. The function as been tested below by entering 700
|
|
See The Full Document Click Here |