Results 1 to 5 of 5

If cell in range is blank; enter 99999

Threaded View

  1. #1
    Registered User
    Join Date
    06-25-2007
    Posts
    45

    If cell in range is blank; enter 99999

    Ok so it turned out I wasn't on my last question, but hopefully this is.

    In the attached sheet, there is a range with lots of entered data (a small section of the total) where I would like to enter into all of the blank cells the value 99999.

    I have been selecting the range as follows:

        Sheets("temp").Range("A3").Select
        Sheets("temp").Range(Selection, Selection.End(xlDown)).Select
        Sheets("temp").Range(Selection, Selection.End(xlToRight)).Select
    Which is probably not the best, but it works, but need to fill in those gaps?

    Many thanks,

    Tim
    Attached Files Attached Files
    Last edited by shmee150; 03-16-2009 at 12:17 PM.

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