SPLIT WINDOW

  • Thread starter Thread starter Jamshed F. Mehta
  • Start date Start date
J

Jamshed F. Mehta

Whenever I open WORD in OFFCE 2003 the window opens with a Split. Then
I have have to go to WINDOW > Remove Split. How can I get the default
(No split) window back ?
Thanks,
Jamshed
 
Not sure why this is happening, but Word 2003 seems to have a mind of its
own, particularly if you have third party add-ins screwing up the mix. A
simple plan is to kill it with a pair of macros.

Add the line

ActiveWindow.SplitVertical = False

to each of an autoopen and an autonew macro and it should never open in
split mode again.

See http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
I forgot to mention earlier that this "Split Screen" was initially not
happenning. I was experimenting on the various commands etc. and
possibly some setting was set for "Split Screen". (I guess one has to
experiment to learn anything on a computer).
I have no add-ins or add-ons.
Macros!!! I have yet to learn and then experiment with those. Thanks
for your advice but I still feel there must be a simpler way out.
Cheers,
Jamshed
 
Back
Top