Larger Number Problem |
|
You have been asked to write a function named Larger to 1) input two integer numbers and assign them as arguments 2) determine which of the two numbers is larger 3) pass the larger of the two numbers back as the result.
Create a flowchart and VBA code to solve this problem. Create a command button on the spreadsheet named cmdLargerNumber. Place the code under the Click event of a command button titled “Larger Number”. |
|