Consulting

Results 1 to 9 of 9

Thread: Solved: Auto Export cells to pop message and text file

  1. #1

    Question Solved: Auto Export cells to pop message and text file

    Hi

    I have 22 students
    I create 12 cells to show the names of these students who have high degree
    how I can auto export the 12 cells to text file and but them in pop message every 30 minutes?



    any help...




    Last edited by websailor; 06-22-2007 at 11:54 PM.

  2. #2
    VBAX Expert
    Joined
    Feb 2005
    Location
    Nanaimo, British Columbia, Cananda
    Posts
    568
    Location
    Hi ws,

    This may help get you started. The code is from: http://www.ozgrid.com/Excel/run-macro-on-time.htm

    You'll find other examples if you google "VBA ontime"

    The code is in the Workbook_Open event and a standard module as explained in the link above. In my example it is set to 30 seconds.

    Cheers,

    dr



    Cheers,

    dr

  3. #3
    thank you so much

    please see attachments

    what i can change in the module?

  4. #4
    VBAX Expert
    Joined
    Feb 2005
    Location
    Nanaimo, British Columbia, Cananda
    Posts
    568
    Location
    Hi ws,

    Did you forget the atachment?

    Cheers,
    dr

  5. #5
    please see attachments

  6. #6
    VBAX Expert
    Joined
    Feb 2005
    Location
    Nanaimo, British Columbia, Cananda
    Posts
    568
    Location
    Hi WebSailor,

    This has the timer function in it. It displays the list from Sheet1.

    There is a worksheet_change macro on sheet2 that fires whenever B1: B22 change. It displays the first 12 rows that match B24. Don't know if it's useful to you or not...

    Cheers,

    dr

  7. #7
    Thank U so much rbrhodes

  8. #8
    Moderator VBAX Master geekgirlau's Avatar
    Joined
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,464
    Location
    Welcome to the Board

    Don't forget to mark your thread as "Solved" once you have a solution - go to "Thread Tools" at the top of the page.

  9. #9
    Done!

Posting Permissions

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