+ Reply to Thread
Results 1 to 2 of 2

Check cell for data before running code

  1. #1
    Pat
    Guest

    Check cell for data before running code

    I want to ensure G9 on a worksheet contains a value before the main body of
    code is run. If G9 contains a value do not remind the user, if G9 does not
    contain a value remind the user to enter a value in G9.
    Anyone know what I need to enter at the start of a running code?
    If anyone thinks I should approach this from a different angle please let me
    know.

    Thanks
    Pat



  2. #2
    anonymousA
    Guest

    Re: Check cell for data before running code

    hi,

    the most simple of all but there are many others olutions than can let enter
    something while you're running the program.

    try this in the beginning of your program.
    if isempty(cells(9,7) then
    msgbox "you've got something to enter in G9 befor teh program runs"
    exit sub
    end if

    So long

    "Pat" <glass_patrick@hotmail.com> a écrit dans le message de news:
    Ojc#VfO#EHA.2452@TK2MSFTNGP14.phx.gbl...
    > I want to ensure G9 on a worksheet contains a value before the main body

    of
    > code is run. If G9 contains a value do not remind the user, if G9 does not
    > contain a value remind the user to enter a value in G9.
    > Anyone know what I need to enter at the start of a running code?
    > If anyone thinks I should approach this from a different angle please let

    me
    > know.
    >
    > Thanks
    > Pat
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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