Question
Insert a button type object in your excel sheet and using the VBA editor to program the following code Run the code and say
Insert a button type object in your excel sheet and using the VBA editor to program the following code Run the code and say what is the result obtained if first number is 23 and second number is 4. Sub inputuser () Dim num1 As Double Dim num2 As Double Dim num3 As Double num1 = InputBox("Please input your first number") num2= InputBox ("Please input your Second number") num3 = num1 num2 MsgBox (num3) End Sub
Step by Step Solution
There are 3 Steps involved in it
Step: 1
In excel button type object needs to be created and using VBA editorthe code provided needs to be ex...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Precalculus
Authors: Michael Sullivan
9th edition
321716835, 321716833, 978-0321716835
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App