Calculator

B

Brad

Thanks for taking the time to read my question.

Just wondering what the best way to have a calculator on a for is.

I'd like it to work just like a regular calculator. I'd like it to use the
* / + - buttons on the keyboard too if possible.

Thanks,

Merry Christmas,

Brad
 
T

TC

I'd try using the VBA "shell" command to start the Windows Calculator,
calc.exe. No point re-inventing the wheel, unless you really have to.

HTH,
TC
 
Top