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.
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.