Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Insert a button type object in your excel sheet and using the VBA editor to program the following code Run the code and say

image text in transcribed 

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Precalculus

Authors: Michael Sullivan

9th edition

321716835, 321716833, 978-0321716835

More Books

Students also viewed these Programming questions

Question

What is downsizing? How is it different from outsourcing?

Answered: 1 week ago

Question

Subtract the polynomials. (-x+x-5) - (x-x + 5)

Answered: 1 week ago