[F8] Step by step in another application

G

Gérard Ducouret

Hello,
I have a VBA macro in Word. This macro opens Excel, then runs another macro
in Excel.
Is it possible to check step by step (F8 ?) the macro which is in Excel ?
Thanks

Gérard
 
G

Gérard Ducouret

I already tried with F8, which doesn't work
I'll try Ctrl + Shift + F8

Gérard
 
C

Cindy M -WordMVP-

Hi Gérard,
I have a VBA macro in Word. This macro opens Excel, then runs another macro
in Excel.
Is it possible to check step by step (F8 ?) the macro which is in Excel ?
You might need to try setting a break point (F9) in the Excel procedure in
the Excel VB Editor before running the macro. That could stop the code
execution, once it starts, so that you can continue with F8.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Top