+ Reply to Thread
Results 1 to 3 of 3

vba popup message to notify empty cell

  1. #1
    Forum Contributor
    Join Date
    05-06-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    361

    vba popup message to notify empty cell

    Hi, attached workbook is a common file used for data entry by a few of my staff. At some point in time, they will need to move files into another drive and check off Column Q after they have done so. The problem is, they sometimes forget to move the files due to their busy schedule. What i hope to add to this workbook is a code that can check if Column Q has been checked everytime the workbook is opened. If it has not been checked, look up column Column G and add 5 days to it. So the popup message will appear on the 5th day onwards, everyday, until the files have been moved and Column Q has been checked off.

    The popup message ideally should have the case number (located in Column A) and the tab name, if not it will be time consuming to look through every sheet to find the problematic row.

    Any help is appreciated
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: vba popup message to notify empty cell

    Hi bqheng,

    See the attached file (containing the code below) which is a modified copy of your Workbook. A UserForm is displayed when the Workbook Opens that contains a list of each item that is 5 or more days overdue. 'Double Clicking' any item in the List, will go to that item.

    To display the list again, 'Double Click' cell 'R1' (TAT) on any sheet.

    In the ThisWorkbook code module:
    Please Login or Register  to view this content.
    In the UserForm1 code module:
    Please Login or Register  to view this content.
    In ordinary code module ModUserForm1:
    Please Login or Register  to view this content.
    Lewis

  3. #3
    Forum Contributor
    Join Date
    05-06-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    361

    Re: vba popup message to notify empty cell

    Thank you LJMetzger!!

+ 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. 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
  2. [SOLVED] VBA - Popup message when user selects a Protected Cell
    By elliotencore in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-27-2013, 03:55 AM
  3. [SOLVED] Popup message when cell value is equal to
    By jjislas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-01-2012, 03:37 PM
  4. VBA To Notify if Cell is Empty
    By ExcelMaster2012 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-20-2012, 01:07 PM
  5. Replies: 2
    Last Post: 10-18-2010, 04:37 PM
  6. [SOLVED] Notify Message?
    By MAB in forum Excel General
    Replies: 0
    Last Post: 08-03-2006, 11:50 AM
  7. [SOLVED] Popup message when clicking on a cell
    By Ebbe in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-02-2006, 05:15 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