+ Reply to Thread
Results 1 to 4 of 4

Popping up picture after x amount of time

  1. #1
    Registered User
    Join Date
    02-25-2009
    Location
    Germany
    MS-Off Ver
    Excel 2000
    Posts
    12

    Popping up picture after x amount of time

    Hi again!

    I was wondering if it's possible to pop up a picture(or run a macro) after x amount of time?

    The result would be a sort of "Information bubble" that I want to pop up to remind the user to do something.

    Extra info: I don't know how the "onload" parameter works but the spreadsheet where I would like this bubble popup to appear is not the "First page spreadsheet". It only opens once the user presses a button which links to that spreadsheet.

    Thanks in advance
    -Ninjao

  2. #2
    Registered User
    Join Date
    02-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    37

    Re: Popping up picture after x amount of time

    Have you looked at the Wait function?

    Type Wait in the VBA Editor and press F1 while the cursor is in the word Wait and see how you get on.

    From experience it was quite buggy and made my spreadsheet prone to crashing... it might have been sorted though.

    Not sure of how much VBA you know so repost if you need further help!

    Hope this helps,

    Alex

  3. #3
    Valued Forum Contributor blane245's Avatar
    Join Date
    02-20-2009
    Location
    Melbourne, FL
    MS-Off Ver
    Excel 2010
    Posts
    649

    Re: Popping up picture after x amount of time

    Here's a routine I found handy that waits for a time to occur and then does something. It uses DoEvents to allow other activity within Excel to occur.
    Please Login or Register  to view this content.
    Use a loop like this to make it click off regularly

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    02-25-2009
    Location
    Germany
    MS-Off Ver
    Excel 2000
    Posts
    12

    Re: Popping up picture after x amount of time

    Thanks guys Ill check that out!

    I won't mark this has solved yet.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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