View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default Comman Button to open another application

You need to attach a macro like this to the button :-

'-------------------------------------------------
Sub OpenCalc()
ReturnValue = Shell("CALC.EXE", 1)
End Sub
'------------------------------------------------

--
Message posted from http://www.ExcelForum.com