+ Reply to Thread
Results 1 to 4 of 4

How to create a slideshow in Excel ?

  1. #1
    Forum Contributor
    Join Date
    08-20-2015
    Location
    philippines
    MS-Off Ver
    2013
    Posts
    260

    Question How to create a slideshow in Excel ?

    Hi, is it possible or does anyone know how, to store images within Excel and have the images displayed as a slideshow on the front page (tab) when the spreadsheet is opened? I only want to use Excel (no Power Point or jpeg references to a folder) it has to be stand alone. VBA is ok. My task is to have a spreadsheet that when opened runs a VBA script that shows a series of pictures in increasing speed to a final picture, kind of like a flash intro on a web site. Is there any way of doing this with VBA that does not use external files, add-onss or other software packages?
    Thanks Guy
    Attached Files Attached Files

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: How to create a slideshow in Excel ?

    One of simple methods (may be just as a starting point).
    Create hidden sheet (ose VB editor to change visibility - it is set to very hidden, so cannot be shown with unhide from worksheet interface) with pictures to be used as "slides".
    In ThisWorkbook code insert workbook open event handler:

    Please Login or Register  to view this content.
    note that I:
    hardcoded here number of slides,
    first is visible for 4 seconds, next 3, 2, and last one just for 1 second
    used simplest method of just copying pictures
    Attached Files Attached Files
    Best Regards,

    Kaper

  3. #3
    Forum Contributor
    Join Date
    08-20-2015
    Location
    philippines
    MS-Off Ver
    2013
    Posts
    260

    Re: How to create a slideshow in Excel ?

    Nice Sir your Great, Can i Ask how to see the hidden sheet how did you do to hide that and when i go in format to unhide it i cant ? and the picture sir how to resize and rename it in 1 to 4 ??

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: How to create a slideshow in Excel ?

    Having open the workbook, open Visual Basic Editor (Alt+F11) and change it in properties of the sheet - see picture
    Attached Images Attached Images

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 08-10-2014, 08:30 AM
  2. Worksheet Slideshow in Excel 2010
    By hasanqz in forum Excel General
    Replies: 5
    Last Post: 04-10-2013, 11:54 AM
  3. Slideshow of graphs based on life Excel datas
    By Miniflexalex in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-21-2013, 04:34 PM
  4. Replies: 2
    Last Post: 06-19-2012, 06:54 PM
  5. Excel Chart Viewer Slideshow
    By pickledmuffin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-17-2008, 05:50 AM
  6. Excel appear as Powerpoint Slideshow
    By mattsgr1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-12-2007, 08:42 AM
  7. VBA to Adjust an Excel Chart Embedded into PPT while in SlideShow
    By Mona-ABE in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-09-2005, 05:05 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1