PC Review


Reply
Thread Tools Rate Thread

How Do I Open .ppt Files in Separate Windows?

 
 
Robert Wessely
Guest
Posts: n/a
 
      13th Sep 2005
Folks -

My PowerPoint 2002 is running under Windows XP in my new HP computer. It
opens multiple files in the same single window (forcing me to use Alt-Tab to
switch between them).

The same PowerPoint 2002 running previously under Windows 2000 Professional
in my old (now broken) Dell computer used to open each file in its own
window so I could view the two PowerPoint files concurrently.

Is there some way I can convince PowerPoint in XP to open two files in two
separate windows?

Thanks, Bob W. 12 Sep 05 1726 MDT




 
Reply With Quote
 
 
 
 
Echo S
Guest
Posts: n/a
 
      13th Sep 2005
See if Window/Arrange All does the trick for you, Bob. It's not exactly what
you're asking for, but it might be enough.

--
Echo [MS PPT MVP]
http://www.echosvoice.com


"Robert Wessely" <(E-Mail Removed)> wrote in message
news:68a1b$43260f20$402a821b$(E-Mail Removed)...
> Folks -
>
> My PowerPoint 2002 is running under Windows XP in my new HP computer. It
> opens multiple files in the same single window (forcing me to use Alt-Tab

to
> switch between them).
>
> The same PowerPoint 2002 running previously under Windows 2000

Professional
> in my old (now broken) Dell computer used to open each file in its own
> window so I could view the two PowerPoint files concurrently.
>
> Is there some way I can convince PowerPoint in XP to open two files in two
> separate windows?
>
> Thanks, Bob W. 12 Sep 05 1726 MDT
>
>
>
>



 
Reply With Quote
 
Shyam Pillai
Guest
Posts: n/a
 
      13th Sep 2005
Robert,
Select Tools | Options.
Select the View tab and tick 'Windows in Taskbar'.
Click on OK.

--
Regards,
Shyam Pillai

Toolbox: http://skp.mvps.org/toolbox

"Robert Wessely" <(E-Mail Removed)> wrote in message
news:68a1b$43260f20$402a821b$(E-Mail Removed)...
> Folks -
>
> My PowerPoint 2002 is running under Windows XP in my new HP computer. It
> opens multiple files in the same single window (forcing me to use Alt-Tab
> to switch between them).
>
> The same PowerPoint 2002 running previously under Windows 2000
> Professional in my old (now broken) Dell computer used to open each file
> in its own window so I could view the two PowerPoint files concurrently.
>
> Is there some way I can convince PowerPoint in XP to open two files in two
> separate windows?
>
> Thanks, Bob W. 12 Sep 05 1726 MDT
>
>
>
>



 
Reply With Quote
 
=?Utf-8?B?TWVsIEFycXVpemE=?=
Guest
Posts: n/a
 
      26th Sep 2005
Hi Robert,

This might help put on commanbutton and run.

Private Sub CommandButton1_Click()
Set AppPPT = CreateObject("Powerpoint.Application")
AppPPT.Visible = True
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation1.ppt")
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation2.ppt")
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation3.ppt")
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation4.ppt")
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation5.ppt")
Set pptPres = AppPPT.Presentations.Open("C:\Temp\Presentation6.ppt")
End Sub


"Robert Wessely" wrote:

> Folks -
>
> My PowerPoint 2002 is running under Windows XP in my new HP computer. It
> opens multiple files in the same single window (forcing me to use Alt-Tab to
> switch between them).
>
> The same PowerPoint 2002 running previously under Windows 2000 Professional
> in my old (now broken) Dell computer used to open each file in its own
> window so I could view the two PowerPoint files concurrently.
>
> Is there some way I can convince PowerPoint in XP to open two files in two
> separate windows?
>
> Thanks, Bob W. 12 Sep 05 1726 MDT
>
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to open two Excel files in separate windows? bastXXXette@sonic.net Microsoft Excel Misc 2 7th Jan 2011 07:32 AM
Open Separate Excel Files in Separate Windows JTWood Microsoft Excel Misc 3 7th May 2006 10:18 PM
Open Excel Files as Separate Windows =?Utf-8?B?QnJ1Y2U=?= Microsoft Excel Setup 3 8th Nov 2005 01:44 AM
Open Excel files in separate sessions, not just separate windows? =?Utf-8?B?Qm9iIGF0IERleGlhIERlc2lnbg==?= Microsoft Excel Misc 1 18th Oct 2005 05:46 PM
Powerpoint should let me open files in separate windows =?Utf-8?B?UGllcnJvdA==?= Microsoft Powerpoint 1 18th Feb 2005 04:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:14 PM.