Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to have my program use the IsNull function. Basically what it is
saying is if any of the cells is empty, then set an rdf format to be a certain way. I am getting this error that says, "Wrong number of arugments or invalid property assignments." What gives? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Brett, To troubleshoot code problems, you should post your code. Also, empty and null are not equivalent. Empty refers to strings that contain no characters. Null is a special flag that indicates that a Variant type variable does not yet contain valid data. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=502694 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Test for null - insert a row if isnull | Excel Discussion (Misc queries) | |||
ISNULL( ) or something else... | Excel Programming | |||
Curious IsNull test | Excel Programming | |||
problem using isnull() to check a value in ADODB.Recordset | Excel Programming | |||
ISNULL function - can't find it | Excel Worksheet Functions |