How do I get 2 windows in word to scroll together when I scroll in one?
I can do this on my PC, but on the Mac, it seems I have to scroll each
one in turn. This is a drag as I need to proofread a text against a
source text and want to do it on my Mac. Any thoughts? I'm using MS
Office vX.
On 14.11.2006 10:14, in article
1163495652.3...@i42g2000cwa.googlegroups.com, "Andrew Draper"
On 14.11.2006 10:30, in article
1163496627.8...@e3g2000cwe.googlegroups.com, "Andrew Draper"
On 14.11.2006 11:42, in article
1163500946....@b28g2000cwb.googlegroups.com, "Andrew Draper"
This function is not available in Word for the Mac. You would have to write
some complex AppleScript to add it.
I am afraid Word Mac is missing quite a few of the bells and whistles you
may be used to on the PC. Sorry about that :-)
Cheers
On 14/11/06 9:42 PM, in article
1163500946....@b28g2000cwb.googlegroups.com, "Andrew Draper"
<and...@nordicint1.demon.co.uk> wrote:
--
Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.
John McGhie <jo...@mcghie.name>
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410
Cheers
No. I'm not an AppleScript person, and this one is not easy. AppleScript
provides a ScrollEvent and a ScrollMethod.
You need to obtain the names of the two document windows involved, then read
the scroll event of the primary to find how far it moved and in which
direction.
You then need to issue those values as a scroll method to the other window.
By the time you've added error trapping and recovery, you'll be maybe a
hundred lines into the code... One issue you face is that while your script
is running, you have no scrolling control. While you are scrolling, you
have no script running :-)
I think you might find it a lot easier to simply press PageDown in each
window :-)
Cheers
On 16/11/06 10:36 PM, in article
1163677017.2...@h54g2000cwb.googlegroups.com, "Andrew Draper"