+ Reply to Thread
Results 1 to 3 of 3

Code to test for cells not containing formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    01-27-2004
    Posts
    32

    Code to test for cells not containing formulas

    Hi,

    I have a large workbook, containing a lot of formulas in several sheets.

    I need a code to test if the cells are empty from formulas.

    Something like:

    Test marked cells in these sheets, and IF cell does not contain formula = red

    Any ideas, anyone?

    Any kind of help is apprecciated!

    //Thomas

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    IsNumeric(Range("A1").Formula) evaluates to true if it contains a plain number, and if it contains a formula, it evaluates to false.

    - Mangesh

  3. #3
    Registered User
    Join Date
    01-27-2004
    Posts
    32
    Thanks,

    //Thomas

+ 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