Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PMT calculator carrie08 Excel Discussion (Misc queries) 8 September 26th 08 07:16 PM
Calculator Word cat Excel Discussion (Misc queries) 4 August 29th 07 12:48 AM
uk tax calculator DarkNight New Users to Excel 21 May 3rd 06 06:19 PM
calculator Colin2u Excel Discussion (Misc queries) 4 August 20th 05 02:08 PM
calculator Colin2u Excel Discussion (Misc queries) 5 August 19th 05 09:13 PM


All times are GMT +1. The time now is 11:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"