+ Reply to Thread
Results 1 to 11 of 11

Create an alarm to remind me of my lectures time

  1. #1
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Create an alarm to remind me of my lectures time

    Hello everybody
    I have a schedule in an excel file for my lectures.I want to create an alarm to remind me of my lecture time.
    Can I use excel to do this job???I want to use the alert sound of my system because I have only headphones.
    Can this alarm run without excel is running??
    Waiting your feedback
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    Can anyone help me???

  3. #3
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Create an alarm to remind me of my lectures time

    Here's a project that counts down. You can change the format around to suit your needs with classes. It will give you a start.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    Quote Originally Posted by Logit View Post
    Here's a project that counts down. You can change the format around to suit your needs with classes. It will give you a start.
    Thank you for your support.But what can I do with this countdown??
    I have a tiny knowledge on VBA.
    Please help me more

  5. #5
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    Up>>>>>>>>>>>>>>>>

  6. #6
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Create an alarm to remind me of my lectures time

    Using this code:

    In a module :

    Please Login or Register  to view this content.
    In ThisWorkBook:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Logit; 12-07-2016 at 03:23 PM.

  7. #7
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    Quote Originally Posted by Logit View Post
    Using this code:

    In a module :

    Please Login or Register  to view this content.
    In ThisWorkBook:

    Please Login or Register  to view this content.
    Thank you sir for your support.But:
    1- as I mentioned before my PC doesn`t have speakers,I want to play the error sound of PC.
    2-when I open excel ,I need the code to run(in background and without opening the file) .
    3-I want the alert to show up before 20 minutes from due time and then opening the file of lectures to prepare for the lecture.
    4-Why did you create a timer??
    I don`t need it in my file.You can depend on the time of PC
    5-The file doen`t close at all.When I cloe the file ,it reopens again.
    Waiting for your feedback
    Last edited by leprince2007; 12-07-2016 at 06:12 PM.

  8. #8
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Create an alarm to remind me of my lectures time

    Please Login or Register  to view this content.
    .
    1- as I mentioned before my PC doesn`t have speakers,I want to play the error sound of PC.
    2-when I open excel ,I need the code to run(in background and without opening the file) .
    3-I want the alert to show up before 20 minutes from due time and then opening the file of lectures to prepare for the lecture.
    4-Why did you create a timer??
    I don`t need it in my file.You can depend on the time of PC
    5-The file doen`t close at all.When I cloe the file ,it reopens again.

    #1: Someone else will need to provide code for having the system internal speaker emit a sound. Since earphones are in effect "speakers" this syntax should function as desired. I can't explain why it doesn't on your computer as it works fine here.

    #2: As far as I know Excel is not capable of 'running in the background' without it being enabled. Suggestion: start the Excel file, minimize it and proceed with your other actions as normal. An alternative would be to
    use a program other than Excel.

    #3: An easy work around is to enter the times in Column H as twenty minutes prior to your classes.

    #4: A timer is required to track the time when the Message Box will become enabled. To not view the time display in Cell A1, you can always change the font color to the cell background color.

    #5: Not certain why the file doesn't close on your system. It functions as desired here.

    Thank you for the opportunity to provide a free service to you. I learned alot from creating this gratuitous project.

    Merry Christmas to you and your loved ones.
    Last edited by Logit; 12-07-2016 at 08:50 PM.

  9. #9
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    Can you recommend me a program to do that job??
    or
    You can make this file runs in excel startup and it`s window is hidden.Can you do that??

  10. #10
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Create an alarm to remind me of my lectures time

    Microsoft Outlook that is bundled with MS Office 2010, that your profile indicates you are using. It will do everything you are wanting.

    https://support.office.com/en-us/art...1-851ef3597925

  11. #11
    Forum Contributor
    Join Date
    02-24-2015
    Location
    Egypt
    MS-Off Ver
    Office 365 ProPlus
    Posts
    769

    Re: Create an alarm to remind me of my lectures time

    But it has a normal reminder.I need an alarm depending on a time table.

+ 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: 3
    Last Post: 05-08-2016, 11:18 PM
  2. Replies: 3
    Last Post: 04-15-2016, 04:18 PM
  3. need an audible alarm when real-time securities data reaches certain trigger points
    By okcsteve in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-14-2013, 01:54 PM
  4. Replies: 8
    Last Post: 08-31-2013, 03:20 AM
  5. how to create date alarm based on grades and rules??
    By igesolutions in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2012, 05:59 PM
  6. Time Based Alarm Script
    By Daoneill in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-10-2011, 07:35 AM
  7. Sound Alarm when time expires
    By EMoe in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-04-2005, 02:05 AM

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