View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
scottfoxall scottfoxall is offline
external usenet poster
 
Posts: 40
Default ActiveX Calculator

I am not sure if this is what you mean? But here is some code to call in the
Windows Calculator.

Dim ReturnValue, I
ReturnValue = Shell("CALC.EXE", 1) ' Execute the application Calculator.
AppActivate ReturnValue ' Activate application Calculator.


"hustla7" wrote:


Has anyone got or know anything about inserting an activeX or any other
add-on calculator application to microsoft excel spreadsheets? I've got
an activeX calculator add-on for microsoft access and it would be
helpful if someone knew anything about converting it or something alike
into excel format.

Thanx
Nitish


--
hustla7
------------------------------------------------------------------------
hustla7's Profile: http://www.excelforum.com/member.php...o&userid=37760
View this thread: http://www.excelforum.com/showthread...hreadid=574125