isnull

  1. O

    Automated emails based on Expiry date of different machines

    Hi guys, I need help creating a code that send and email based on the expiry date of different machines. The main problem I am having is including all the expired machines into one email, as opposed to multiple emails. The excel sheet that includes expiration date in column "I", the name of...
  2. C

    Blank Drop Down List with If Statement

    I have code that adds a drop down list to certain cells. I want the user to be able to leave a drop down list blank. What I am having trouble with is writing an if statement that skips a blank cell with a drop down list. So if Cell(1, 2) has a drop down list and the user leaves it blank, what...
  3. ClimoC

    Which is quicker/more efficient? Lots of 'If Not IsNull()'s or setting Default Values = ""?

    In my access, I've had to set a lot of fields to have default properties to avoid runtime errors (and since it's Excel based ADO objects, I have no Nz() function) But I also have a bunch of text and memo fields, which when I just wrote a 'duplicate record' function, was returning the 'Invalid...
  4. L

    Null Value

    I know this may be a stupid question, but in VBA does Null mean blank? I am looking at using the logic IsNull and am wondering if that is the same logic as =IsBlank() for a cell formula.
  5. U

    Check range for Null or 0 value

    Is there a way to check a range for null or zero value. I need to update large ranges but only if there is no data or if the values are zero. I was thinking of something like: If IsNull(Range(Cells(1,1), Cells(10,10)) or If Sum(Range(Cells(1,1), Cells(10,10))) = 0 Any thoughts?

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top