Using the Visual Basic Editor, create a form named frmAddSlidethat meets the following requirements:
a. Contains all the controls as illustrated in Figure 1 andFigure 2.
b. Create a VBA procedure named Main that will open your form.The only line of code that it needs is frmAddSlide.Show.
c. Double click the Command Button on the form and a procedurewill be created that will run on the click event of the button. Toreturn any time to the Form Code Page, right click on the form nameand select View Code.
d. When the Create Page Command Button is clicked the procedureshould do the following:
i. Create a
OR
OR