View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1825_] Rick Rothstein \(MVP - VB\)[_1825_] is offline
external usenet poster
 
Posts: 1
Default 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?