[mso] Re: I want two MS Word doc screens on the go at the same time.

  • From: "Roger M. Bondy" <webmaster@xxxxxxxxxxxxxx>
  • To: mso@xxxxxxxxxxxxx
  • Date: Sat, 23 Dec 2006 14:08:57 -0600

No I cannot. That is what I am trying to do.

*********** REPLY SEPARATOR  ***********

On 12/23/2006 at 2:59 PM Chinell, David F \(GE Indust, Security\) wrote:

>Roger:
>
>Can you open two separate documents in two separate windows?
>
>This reminds me of a change they made -- maybe between Word 97 and Word=
 =3D
>2000 or maybe between Word 6 and Word 7. They changed from multiple =3D
>document interface to single document interface.
>
>It used to be that all Word documents opened in a single workspace =3D
>(MDI). Then they changed it so each document opened in a separate =3D
>workspace (SDI). Instead of seeing one Word button in the task bar, we =3D
>started seeing one button for each Word document.
>
>Some liked it, some didn't.
>
>If you see a separate button for each document, then you can open two =3D
>separate windows and arrange them however you like. If you only see one=
 =3D
>button, then you're never going to have separate windows, no matter what=
 =3D
>you do. The best you can hope for is to tile them in the same window =3D
>either horizontally or vertically.
>
>I don't have Word 2003 running yet, so I don't know if you've got the =3D
>option to see each document in a separate window. Hang on while I =3D
>Google.
>
>http://en.wikipedia.org/wiki/Multiple_document_interface
>
>And everything I just read on the Web seems to indicate that Word 2003 =3D
>opens documents in separate windows.
>
>If you can't do that to start with, maybe your installation has been =3D
>customized to override the default behavior?
>
>And, at last, here's the MS Knowledgebase article that tells you how to=
 =3D
>open separate documents in separate windows -- or not.
>
>http://support.microsoft.com/kb/291313/
>
>I don't know if this will work in 2003, but here's a handy macro that =3D
>positions open documents side-by-side (in separate windows).
>
>~~~~~~~~~~
>
>Sub SideBySide()
>        =3D20
>'Tiles the open documents side-by-side
>        =3D20
>Dim DocWin As Window
>Dim WinWidth As Long
>Dim WinLeft As Long
>Dim DocCount As Long
>        =3D20
>DocCount =3D3D Application.Documents.Count
>If DocCount < 6 Then
>    WinWidth =3D3D Application.UsableWidth / DocCount
>    WinLeft =3D3D 0
>    For Each DocWin In Application.Windows
>    With DocWin
>        .Activate
>        .WindowState =3D3D wdWindowStateNormal
>        .Top =3D3D 0
>        .Left =3D3D WinLeft
>        .Height =3D3D Application.UsableHeight
>        .Width =3D3D WinWidth
>        WinLeft =3D3D WinLeft + WinWidth
>    End With
>    Next DocWin
>End If
>
>Set DocWin =3D3D Nothing
>
>End Sub
>
>~~~~~~~~~~
>
>Bear
>*************************************************************
>You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
>MicrosoftOffice@xxxxxxxxxxxxxxxx
>
>To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
>
>To Unsubscribe from this group, visit the group's homepage and use the
>dropdown menu at the top.  This will allow you to unsubscribe your email
>address or change your email settings to digest or vacation (no mail).
>//www.freelists.org/webpage/mso
>
>If you are using Outlook and you see a lot of unnecessary code in your
>email messages, read these instructions that explain why and how to fix=
 it:
>http://personal-computer-tutor.com/abc3/v28/greg28.htm
>*************************************************************


It is my understanding that Firefox is more secure than MS Explorer.=
  Please go to the bottom of the interesting picture page created by my=
 amateur photographer son Jason and click on the little Firefox button.
Picture page click here.  http://www.radio51.blogspot.com/
Philosophy click here. http://www.rogerbondy.net/ 


*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, visit the group's homepage and use the dropdown 
menu at the top.  This will allow you to unsubscribe your email address or 
change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

If you are using Outlook and you see a lot of unnecessary code in your email 
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************

Other related posts: