ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Pop up calculator possible ? (https://www.excelbanter.com/excel-discussion-misc-queries/225341-pop-up-calculator-possible.html)

ORLANDO VAZQUEZ[_2_]

Pop up calculator possible ?
 
Is there any way to have a popup calculator in an excel spreadsheet when you,
for example, click a button ?

--
Orlando Vazquez

FSt1

Pop up calculator possible ?
 
hi
you can have the builtin microsoft calculator pop up with this code...
Sub CalcPopup1()
Application.ActivateMicrosoftApp Index:=0
End Sub

you could drop a command button on the sheet and put it in the
commandbutton_click event or attach it to a custom icon.
works in 2003. untested in 2007.

regards
FSt1

"ORLANDO VAZQUEZ" wrote:

Is there any way to have a popup calculator in an excel spreadsheet when you,
for example, click a button ?

--
Orlando Vazquez


ORLANDO VAZQUEZ[_2_]

Pop up calculator possible ?
 
That is great! Thank you.


--
Orlando Vazquez


"FSt1" wrote:

hi
you can have the builtin microsoft calculator pop up with this code...
Sub CalcPopup1()
Application.ActivateMicrosoftApp Index:=0
End Sub

you could drop a command button on the sheet and put it in the
commandbutton_click event or attach it to a custom icon.
works in 2003. untested in 2007.

regards
FSt1

"ORLANDO VAZQUEZ" wrote:

Is there any way to have a popup calculator in an excel spreadsheet when you,
for example, click a button ?

--
Orlando Vazquez



All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com