G
Greg Oij
Thanks to anyone who can help me solve this problem!
I have an application that pops up a new document next to
an existing document, critiquing the existing one.
I started with Word '97, made modifications to make it
work in Word 2000 when that came out and likewise when
Word XP came out. Works fine in those releases. The
critique is displayed on top (overlaps) of the document
being analyzed.
In Word 2000 and greater, I use
Word.Application.Visible = False to hide the processing
then
Word.Application.Visible = True to display the Word Docs
after the critique is prepared.
In Word 2003, sometimes the document comes up on top of
the critique. Other times, it works just fine (critique
on top). This is confusing for the user.
I use ActiveDocument.ActiveWindow.Caption = "Critique"
I've tried:
Windows("Critique").Activate
ActiveWindow.ActivePane.Activate
ActiveDocument.Activate
Documents("Critique").Activate
Windows("Critique").SetFocus 'Word XP & 03
in assorted orders to no avail.
I've also tried grabbing the document number of the
critique to setfocus and activate with no consistent luck.
This problem appears to be a bug introduced in Word 2003.
Any ideas would be very much appreciated.
I've searched high and low
I have an application that pops up a new document next to
an existing document, critiquing the existing one.
I started with Word '97, made modifications to make it
work in Word 2000 when that came out and likewise when
Word XP came out. Works fine in those releases. The
critique is displayed on top (overlaps) of the document
being analyzed.
In Word 2000 and greater, I use
Word.Application.Visible = False to hide the processing
then
Word.Application.Visible = True to display the Word Docs
after the critique is prepared.
In Word 2003, sometimes the document comes up on top of
the critique. Other times, it works just fine (critique
on top). This is confusing for the user.
I use ActiveDocument.ActiveWindow.Caption = "Critique"
I've tried:
Windows("Critique").Activate
ActiveWindow.ActivePane.Activate
ActiveDocument.Activate
Documents("Critique").Activate
Windows("Critique").SetFocus 'Word XP & 03
in assorted orders to no avail.
I've also tried grabbing the document number of the
critique to setfocus and activate with no consistent luck.
This problem appears to be a bug introduced in Word 2003.
Any ideas would be very much appreciated.
I've searched high and low