Open Calculator
In window there is a specific calculator and by using this macro
code you can open that calculator directly from Excel use for your
calculations.
Sub OpenCalculator()
Application.ActivateMicrosoftApp Index:=0
End Sub
Application.ActivateMicrosoftApp Index:=0
End Sub
No comments:
Post a Comment