Calculator Question

pujo

Well-known Member
Joined
Feb 19, 2009
Messages
710
Office Version
  1. 2019
  2. 2013
Platform
  1. Windows
I know XL is a calculator, but I was wondering if anyone has ever made a calculator that you could put on a worksheet and do calculations. Something that would be on the worksheet that looks & acts like a real calculator?

If you know of anything like this please post link or elaborate.

Thanks in advance,
PuJo
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Not really but try

Code:
Sub Calculator()
Dim retval As Integer
retval = Shell("calc.exe")
End Sub

:biggrin:
 
Upvote 0
Will this stay on the sheet? or will it just pop-up the MS Calc?
 
Upvote 0
I am going to research this.
I had one for an access.db and I figure that if there is one for access there could be one for excel.

Well VoG, looks like i stumped you on this one! HaHa.
You still the man!!!!

Thanks
Pujo
 
Upvote 0
Making an Excel calculator would not be a great challenge, you could do it by the use of form controls or even a Userform.

I don't think you stumped VoG by any stretch of the imagination, it's more that there are plenty of calculators out there so just type 'Excel Calculator' into google and you'll get what you need.
 
Upvote 0
I am going to make it a challenge for myself.
I will keep you posted on the results.
I am thinking I will create a user form first then add the functions after.


Thanks guys!!

Pujo
 
Upvote 0

Forum statistics

Threads
1,223,448
Messages
6,172,219
Members
452,449
Latest member
dglswt0519

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top