+ Reply to Thread
Results 1 to 3 of 3

Pop-Up Message if Cell not completed

  1. #1
    Registered User
    Join Date
    12-12-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003 and Excel 2007, Excel 2011 (Mac)
    Posts
    1

    Pop-Up Message if Cell not completed

    Hi,

    I need to add a pop-up message (which stops a macro running), when certain cells are not completed - in EXCEL 2003.

    All the cells are validation drop-downs so I can add a message if the wrong thing is entered but not if it's not been updated at all.

    The trigger for the message should be when a macro is run to warn the user that the spreadsheet is not complete.

    Does anyone know how to do this?

    The code in the macro is currently:
    '
    Please Login or Register  to view this content.
    Many Thanks!

    Richard
    Last edited by davesexcel; 12-14-2012 at 05:42 AM. Reason: Code tags required, please read the forum rules

  2. #2
    Valued Forum Contributor
    Join Date
    11-02-2012
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    564

    Re: Pop-Up Message if Cell not completed

    Guess you want the pop up message before this macro is executed. You can write a simple code just after your macro Sub ...() line, to check if a particular cell value is blank.

    Please Login or Register  to view this content.

  3. #3
    Valued Forum Contributor rollis13's Avatar
    Join Date
    01-26-2012
    Location
    Cordenons
    MS-Off Ver
    Excel 2016 32bit - Win 11
    Posts
    935

    Re: Pop-Up Message if Cell not completed

    You can also use "Or" if there are more cells to check.
    Please Login or Register  to view this content.
    Last edited by rollis13; 12-14-2012 at 07:11 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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