+ Reply to Thread
Results 1 to 14 of 14

When you open the document a reminder popup will show for dates reached.

  1. #1
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Question When you open the document a reminder popup will show for dates reached.

    Good day all

    Can someone please help me? I am using MS Office 2010 and I have attached the document here for an example of what I will be using.

    When I open this document excel must give me a popup block telling me about the item I must be doing now since the popup must appear 14 days before the date is reached and then again on the date itself.

    Please in the example I have attached there is only one tab in it. but in the document I am using there is multiple tabs, so I need it to give me the popup block (reminder) no matter on what tab I am opening the document on.
    Attached Files Attached Files
    Last edited by Albert Dirk; 03-29-2016 at 03:36 AM.

  2. #2
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    Do the following: Hold down the ALT key and press the F11 key. This will open the Visual Basic Editor. In the left hand pane, doubleclick 'ThisWorkbook'. Copy and paste the macro below in the empty code window that opens up. Close the window to return to your sheet. Save the file as an Excel Macro-Enabled workbook. Close the file and then re-open it.
    Please Login or Register  to view this content.
    You can say "THANK YOU" for help received by clicking the Star symbol at the bottom left of the helper's post.
    Practice makes perfect. I'm very far from perfect so I'm still practising.

  3. #3
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    Can you please help me? when I copy the code into the document it works but on the wrong tab, it must take the information on the (Reminders) tab/sheet but the message block must still appear when I open the document no matter on what sheet it is.

  4. #4
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    Could you attach a copy of your actual file with all the sheets involved? Give a detailed step-by-step explanation of what you want to do. It is difficult to suggest a macro and test it without complete data.

  5. #5
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    Okay I have attached the document, what I want the document to do is when I open it to show me a message block of reminders 14 days before the date is reached and then again on the day of the date that is reached. The message blocks must get the information from the (Reminders) sheet.
    Attached Files Attached Files

  6. #6
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    Try this macro in the code module for ThisWorkbook:
    Please Login or Register  to view this content.
    I don't know why, but I had to remove all the conditional formatting to get this to work.

  7. #7
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    It works perfectly thanks so much...

  8. #8
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    You are very welcome.

  9. #9
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    Okay the code worked perfectly until today nothing changed in my document but the reminders just stopped to work it even worked with the conditional formatting until now. I have removed all of the conditional formatting on my document but it still won't work.

  10. #10
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    Can you attach a copy of the current file that is not working for you?

  11. #11
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    Okay I have attached the document.
    Attached Files Attached Files

  12. #12
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    The reason that the macro appears not to be working is that the three dates you have in the "Reminders" sheet don't meet the criteria you requested.
    • 28/02/2016: This date is more than 14 days before today's date.
      30/06/2016: This date is beyond today's date.
      30/09/2016: This date is beyond today's date.
    The warning message appears only if the dates in the "Reminders" sheet are equal to today's date or up to 14 days before today's date.

  13. #13
    Registered User
    Join Date
    03-08-2016
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    26

    Re: When you open the document a reminder popup will show for dates reached.

    okay thanks allot.

  14. #14
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,028

    Re: When you open the document a reminder popup will show for dates reached.

    You're welcome.

+ 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. Creating a reminder popup
    By hasiniraj in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 03-04-2016, 07:03 PM
  2. [SOLVED] How to create popup reminder in excel throug vba....
    By shahhiren108 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-22-2015, 01:18 PM
  3. Popup reminder at specific times indicated in cells
    By Benisato in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-22-2015, 11:09 AM
  4. Excel Popup Reminder - Doesn't popup
    By jpergega in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-19-2015, 09:56 AM
  5. popup alert message during the worksheet open and continuous work on the sheet popup jump
    By shailkam2001 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-04-2014, 10:24 AM
  6. excel to generate an auto popup for reminder on specific date
    By Computaplanet in forum Excel General
    Replies: 4
    Last Post: 07-24-2013, 04:35 AM
  7. open excel source document in background when i open word document
    By hootiebsc in forum Word Programming / VBA / Macros
    Replies: 5
    Last Post: 03-22-2013, 07:50 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