View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jak Jak is offline
external usenet poster
 
Posts: 8
Default Click the Step Into button via code


Hi All

In Excel I can open the Macro Dialog box using the following line:

Application.Dialogs(xlDialogRun).Show

Once open I can select a macro and click "Step Into". What I would like to
know is how to click the Step Into button via code ie VB, API. Thanks.