Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I program in VB using macro and I need an expression such as
!= NUll (means some numbers or characters) I used < NULL but it's not working Any suggestion? Thanks Daniel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
post your code so far. Regards FSt1 "Daniel" wrote: How can I program in VB using macro and I need an expression such as != NUll (means some numbers or characters) I used < NULL but it's not working Any suggestion? Thanks Daniel |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if not isempty(activecell) then
-- Regards, Tom Ogilvy "Daniel" wrote: How can I program in VB using macro and I need an expression such as != NUll (means some numbers or characters) I used < NULL but it's not working Any suggestion? Thanks Daniel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Failed to save table attributes of (null) into (null). | Excel Discussion (Misc queries) | |||
Change macro to hide row if null | Excel Programming | |||
Expression for Macro - help | Excel Discussion (Misc queries) | |||
Null To Zero - ODBC Error - Undefined function 'Nz' in Expression | Excel Programming | |||
Handling a Null Cell in Macro | Excel Programming |