CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 12 of 12
  1. #1
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Word to Powerpoint

    I have about 1900 pages (with 3-5 lines of text) that I want to transfer to a PP slideshow. I've seen macros to do PP to Word, but not the opposite.

    I tried SendTo PP, but I get one line per slide, so that doesn't work. I think I'd need to convert the Word doc to an Outline format (as the sizes relate to slide info it seems).

    I've asked around, but nobody seems to know.

    It seems like a backwards use for PP, but this is a slideshow of Opera Text Captions that are real-time.

    We have the doc, but need to show it LIVE.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Word to Powerpoint

    I have never done this before, however I just found something that might be helpful
    http://msdn2.microsoft.com/en-us/lib...ffice.10).aspx

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    That's helpful I guess I'd need a macro to convert things first?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    Anybody up to a little challenge? Create 10 lines, separated by pagebreaks in a word doc.

    create a macro that will move ALL pages to individual slides, with tone line of text on the bottom of each slide.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: Word to Powerpoint

    Why don't you just print the word document to PDF? Then that PDF can easily be imported into a presentation.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    Never thought of it. Thanks I'll give it a try.

    EDIT: Still not working right.
    Attached Files Attached Files
    Last edited by dglienna; July 16th, 2007 at 01:22 PM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  7. #7
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    I guess that isn't going to work. How about starting with a word doc?
    Attached Files Attached Files
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  8. #8
    Join Date
    May 2002
    Posts
    10,943

    Re: Word to Powerpoint

    Well, using Microsoft Office PowerPoint 2004 for Mac, I just went to File -> Open and opened the Word document. It asked if I wanted to use PowerPoint or Word and I clicked PowerPoint. There is was perfectly separated into pages.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  9. #9
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    The problem seems to be that the TITLE can only be one line, whereas the operatta text may be a few. I'd think you could use an OUTLINE style 2, but then PP might not work with to title/slide (?)


    EDIT: Also, titles show up at the TOP of the slide, vs the bottom...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  10. #10
    Join Date
    Nov 2004
    Location
    LA. California Raiders #1 AKA: Gangsta Yoda™
    Posts
    616

    Re: Word to Powerpoint

    Im back David. I tried this too but as I needed example pages to test it out but I should be able to write something for it tomorrow. Its 1:30am and too tired.

    I did some testing the other day for you and I'm quite sure I can do it. It will go from Word and create a new (?) pp file with the subtitles as desired.
    There are no images to import too? Or does the pp presentation already exist and we just need to modify it to add subtitles?
    Last edited by RobDog888; July 17th, 2007 at 03:35 AM.
    VB/Office Guru™ (AKA: Gangsta Yoda™)
    VB Forums - Super Moderator 2001-Present

    Microsoft MVP 2006-2011

    Please use [code]your code goes in here[/code] tags when posting code.

    Senior Software Engineer MCP, BSEE, CET
    VS 2012 Premium, VS 6.0 Enterprise SP6, VSTO, Office Ultimate 2010, Windows 7 Ultimate
    Star Wars Gangsta Rap SE Reputations & Rating Posts Office Primary Interop AssembliesAdvanced VB/Office Guru™ Word SpellChecker™.NETAdvanced VB/Office Guru™ Word SpellChecker™ VB6Outlook Global Address ListVB6/Crystal Report Ex.VB6/CR Print Setup Dialog Ex.

  11. #11
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    Nope. Nothing but text. The pp doesn't exist, only the doc.
    I couldn't get the actual doc, as it's accross the country right now.

    This doesn't have to be done for a few weeks he said.

    I've posted a sample doc file above, but any will do. The problem is multilines. Titles can't wrap I guess. Hope titles can be omitted also.

    Thanks!
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  12. #12
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Word to Powerpoint

    OK. Here's part of the actual text, split into 1 or two lines per page.
    Attached Files Attached Files
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured