Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there any way to have a popup calculator in an excel spreadsheet when you,
for example, click a button ? -- Orlando Vazquez |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PMT calculator | Excel Discussion (Misc queries) | |||
Calculator | Excel Discussion (Misc queries) | |||
uk tax calculator | New Users to Excel | |||
calculator | Excel Discussion (Misc queries) | |||
calculator | Excel Discussion (Misc queries) |