Debug Problem

  • Thread starter Thread starter Peter L Kessler
  • Start date Start date
P

Peter L Kessler

Hi Group

Something strange is happening today. I'm writing some Word VBA routines,
and I usually go into Debug mode by pressing F8 to run through my script
step by step.

Normally this is fine, but today, every time the run-through reaches a line
of script which starts "ActiveDocument...." Debug stops as if it has reached
the end of the routine. Yet if I run the routine normally, by clicking the
"Run" button, it goes all the way through.

I haven't changed any settings so I've no idea why it is suddenly doing
this. Can anyone help?

Best wishes
Peter




Kessler Associates
E: (e-mail address removed)
W: http://homepages.tesco.net/~plk33/plk33/index.htm
 
Hi Peter,
Normally this is fine, but today, every time the run-through reaches a line
of script which starts "ActiveDocument...." Debug stops as if it has reached
the end of the routine. Yet if I run the routine normally, by clicking the
"Run" button, it goes all the way through.
1) You'd probably be better off with this posting in one of the word.vba
newsgroups

2) Be sure to mention the version of Word involved. (Note: you're not
automating from VB or anything like that, right?)

3) Copy the code that's doing this into your message (including most of what
leads up to this point)

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jan 24 2003)
http://www.mvps.org/word

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