+ Reply to Thread
Results 1 to 2 of 2

Null Operator

Hybrid View

Guest Null Operator 01-19-2006, 10:55 AM
Guest Re: Null Operator 01-19-2006, 11:15 AM
  1. #1
    Raleigh
    Guest

    Null Operator

    What is the null operator in VB? Like if i wanted to say...
    If Cells (7,1) = NULL or empty
    How would I go about doing that?


  2. #2
    Bob Phillips
    Guest

    Re: Null Operator

    A few ways depending upon what it contains

    If IsEmpty(Cells (7,1).Value) Then

    If Cells (7,1).Value = "" Then

    If Len(Cells (7,1).Value) = 0 Then

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Raleigh" <Raleigh@discussions.microsoft.com> wrote in message
    news:088049B8-9D57-4495-85DD-855B6236853F@microsoft.com...
    > What is the null operator in VB? Like if i wanted to say...
    > If Cells (7,1) = NULL or empty
    > How would I go about doing that?
    >




+ 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