Needing help with code in a macro
That's a new one for me... interesting, though, it seems Index=0 is not
documented in the help files.
By the way, there is a shorter statement that will also bring up the
calculator (on PCs)...
Shell "Calc"
Rick
"Gary''s Student" wrote in message
...
Sub Macro1()
Application.ActivateMicrosoftApp Index:=0
End Sub
--
Gary''s Student - gsnu200781
"MWhaley" wrote:
Does anyone know the code to call up the calculator?
|