+ Reply to Thread
Results 1 to 4 of 4

Slide Show Worksheet

  1. #1
    Registered User
    Join Date
    06-05-2015
    Location
    jakarta
    MS-Off Ver
    2007
    Posts
    13

    Slide Show Worksheet

    Hi,

    Please help me...I wanna make like slide show based on my data in some sheets. Looping from the 1st active sheet to next sheet and than back again to the first sheet and it will change every 10 second. Please suggest for the command of macros

    I have tried with this, but it is not looping. It was stop at the last sheet

    Sub StartSlideShow()
    Application.OnTime Now + TimeValue("00:00:05"), "ShowNextSheet"
    End Sub

    Sub ShowNextSheet()
    Dim lastIndex As Integer, nextShtIndex As Integer

    lastShtIndex = Worksheets.Count
    nextShtIndex = ActiveSheet.Index + 1

    If nextShtIndex <= lastShtIndex Then
    Worksheets(nextShtIndex).Select
    StartSlideShow
    Else
    MsgBox "End of slide show"
    End If
    End Sub

    Thank you before....
    Helmi

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Slide Show Worksheet

    Try this. Run the macro SlideShow_Stop to quit the slide show loop.

    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    06-05-2015
    Location
    jakarta
    MS-Off Ver
    2007
    Posts
    13

    Re: Slide Show Worksheet

    Hi Alpha...

    Thank you...I have tried for the slide show stop but it is not working well. It was displayed as massage error

    Thanks
    Helmi

  4. #4
    Registered User
    Join Date
    06-05-2015
    Location
    jakarta
    MS-Off Ver
    2007
    Posts
    13

    Re: Slide Show Worksheet

    Hi all,

    If anyone can give me solution...
    I want to run some active worksheets in one excel file to another active worksheet in different excel file automatically with macros...

    Thank you very much before
    Helmi

+ 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. Update PP during a slide show
    By AlexBn92 in forum PowerPoint Formatting & General
    Replies: 0
    Last Post: 04-08-2015, 12:04 PM
  2. Looping picture show within a slide
    By Smally in forum PowerPoint Formatting & General
    Replies: 0
    Last Post: 01-05-2015, 07:27 AM
  3. Spreadsheet Slide Show VBA
    By jmyoung36 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-02-2013, 10:29 AM
  4. VBA Code -Slide Show
    By respuzy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2013, 11:25 AM
  5. Slide show with update of data once a day
    By Chil24 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-28-2010, 01:18 PM
  6. Modifying Chart Slide Show in a Userform
    By siamadu in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-20-2009, 05:36 AM
  7. Foto Slide Show...
    By MESTRELLA29 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-06-2005, 04: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