Question: Coding through VBA on excel using sub procedures. My code dont work. I posted the question and my code. VBA FooD PowerPoint Presentation ds/ME309ClassNotes20180125-1 pdf
VBA FooD PowerPoint Presentation ds/ME309ClassNotes20180125-1 pdf 62% 62 Exercise: Sub Procedure Cell I/O and a Sub called by another Sub 1 Before Create a worksheet input/output area as shown on the right, and enter the values shown for a and b. 10 20 5 After Write a sub procedure named "CellSwapper" to do the following (in this order): Read the values of "a" and "b" from the "Before:"area in column B, storing the values in procedure variables Call another sub procedure named "Switch", passing the variables for "a" and "b" to it. Output the values of "a" and "b" to the "After:" area in column B. Write a sub procedure named "Switch" to do the following: Declare input variables for "a" and "b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
