PC Review


Reply
Thread Tools Rate Thread

Outline pane on the right while the Slide pane on the left

 
 
RT
Guest
Posts: n/a
 
      2nd Jan 2009
Hi,

I am a PowerPoint 2000 user and recently I have received a ppt which has the
"Outline pane" appears on the right hand side while the "Slide pane" appears
on the left hand side. Any idea how to achieve this effect? Thanks.
 
Reply With Quote
 
 
 
 
Bill Dilworth
Guest
Posts: n/a
 
      2nd Jan 2009
It was done using a setting geared towards other languages. In some
languages, they read from right to left, so the Outline Pane is on the other
side, to match.

This little macro will allow you to flip it back and forth left to right,
right to left.


Sub Yo()
With ActivePresentation
..LayoutDirection = (Not (.LayoutDirection - 2)) + 2
End With
End Sub


Bill


"RT" <(E-Mail Removed)> wrote in message
news:CE67AC40-D3AF-4E35-84D1-(E-Mail Removed)...
> Hi,
>
> I am a PowerPoint 2000 user and recently I have received a ppt which has
> the
> "Outline pane" appears on the right hand side while the "Slide pane"
> appears
> on the left hand side. Any idea how to achieve this effect? Thanks.



 
Reply With Quote
 
 
 
 
RT
Guest
Posts: n/a
 
      3rd Jan 2009
Hello Bill,

Thanks for your prompt reply.

However, I am a bit new to Powerpoint macros. Would you mind telling me how
to run your little macro, please?

*** End ***

"Bill Dilworth" wrote:

> It was done using a setting geared towards other languages. In some
> languages, they read from right to left, so the Outline Pane is on the other
> side, to match.
>
> This little macro will allow you to flip it back and forth left to right,
> right to left.
>
>
> Sub Yo()
> With ActivePresentation
> ..LayoutDirection = (Not (.LayoutDirection - 2)) + 2
> End With
> End Sub
>
>
> Bill
>
>
> "RT" <(E-Mail Removed)> wrote in message
> news:CE67AC40-D3AF-4E35-84D1-(E-Mail Removed)...
> > Hi,
> >
> > I am a PowerPoint 2000 user and recently I have received a ppt which has
> > the
> > "Outline pane" appears on the right hand side while the "Slide pane"
> > appears
> > on the left hand side. Any idea how to achieve this effect? Thanks.

>
>
>

 
Reply With Quote
 
Bill Dilworth
Guest
Posts: n/a
 
      3rd Jan 2009
http://www.pptfaq.com/FAQ00033.htm

Bill

"RT" <(E-Mail Removed)> wrote in message
news:1951D5C1-ADE9-48C2-92A7-(E-Mail Removed)...
> Hello Bill,
>
> Thanks for your prompt reply.
>
> However, I am a bit new to Powerpoint macros. Would you mind telling me
> how
> to run your little macro, please?
>
> *** End ***
>
> "Bill Dilworth" wrote:
>
>> It was done using a setting geared towards other languages. In some
>> languages, they read from right to left, so the Outline Pane is on the
>> other
>> side, to match.
>>
>> This little macro will allow you to flip it back and forth left to right,
>> right to left.
>>
>>
>> Sub Yo()
>> With ActivePresentation
>> ..LayoutDirection = (Not (.LayoutDirection - 2)) + 2
>> End With
>> End Sub
>>
>>
>> Bill
>>
>>
>> "RT" <(E-Mail Removed)> wrote in message
>> news:CE67AC40-D3AF-4E35-84D1-(E-Mail Removed)...
>> > Hi,
>> >
>> > I am a PowerPoint 2000 user and recently I have received a ppt which
>> > has
>> > the
>> > "Outline pane" appears on the right hand side while the "Slide pane"
>> > appears
>> > on the left hand side. Any idea how to achieve this effect? Thanks.

>>
>>
>>



 
Reply With Quote
 
RT
Guest
Posts: n/a
 
      5th Jan 2009
Glad to inform you that the macro works.

Thanks Bill.

"Bill Dilworth" wrote:

> It was done using a setting geared towards other languages. In some
> languages, they read from right to left, so the Outline Pane is on the other
> side, to match.
>
> This little macro will allow you to flip it back and forth left to right,
> right to left.
>
>
> Sub Yo()
> With ActivePresentation
> ..LayoutDirection = (Not (.LayoutDirection - 2)) + 2
> End With
> End Sub
>
>
> Bill
>
>
> "RT" <(E-Mail Removed)> wrote in message
> news:CE67AC40-D3AF-4E35-84D1-(E-Mail Removed)...
> > Hi,
> >
> > I am a PowerPoint 2000 user and recently I have received a ppt which has
> > the
> > "Outline pane" appears on the right hand side while the "Slide pane"
> > appears
> > on the left hand side. Any idea how to achieve this effect? Thanks.

>
>
>

 
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
Left-to-right slide sorter view -- convert to right-to-left order =?Utf-8?B?SEdpbG1hbkJlbm5ldHQ=?= Microsoft Powerpoint 6 15th Jun 2006 04:39 PM
CHM files show 'The page cannot be displayed' in right-hand window while left-hand has outline Ollie North Windows XP Basics 1 18th Nov 2004 01:42 PM
Mouse knob thinks left is right and right is left! Sameer Windows XP Hardware 1 30th Mar 2004 06:22 PM
Re: right right$ left left$ mid mid$ Phobos Microsoft Excel Programming 1 29th Jul 2003 12:07 AM
Re: right right$ left left$ mid mid$ Charles Williams Microsoft Excel Programming 0 21st Jul 2003 09:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:47 AM.