Arabic to English PPT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I thanks John Wilson for giving me this line of vba:
Sub swap()
ActivePresentation.LayoutDirection = ppDirectionLeftToRight
End Sub

But I don't know how or where to insert it for changing an Arabic PPT file into English PPT file format which read from left to
right. Any ideas on how to use this code and convert that file into English PPT format?
Thanks,

Rino
 
Hi,
I thanks John Wilson for giving me this line of vba:
Sub swap()
ActivePresentation.LayoutDirection = ppDirectionLeftToRight
End Sub

But I don't know how or where to insert it for changing an Arabic PPT file into English PPT file format which read from left to
right. Any ideas on how to use this code and convert that file into English PPT format?


How do I use VBA code in PowerPoint?
http://www.pptfaq.com/FAQ00033.htm
 
Awesome PPTools, Steve! I knew there was a solution or guide! You're the best! I'll try it ASAP! Hope all future advices will
include this PPTools guides so people
--- you know it ;o)

My Million Dollars Thanks To You -- Steve!
Rino


Hi,
I thanks John Wilson for giving me this line of vba:
Sub swap()
ActivePresentation.LayoutDirection = ppDirectionLeftToRight
End Sub

But I don't know how or where to insert it for changing an Arabic PPT file into English PPT file format which read from left to
right. Any ideas on how to use this code and convert that file into English PPT format?


How do I use VBA code in PowerPoint?
http://www.pptfaq.com/FAQ00033.htm
 
Back
Top