Is not equal to... in VBA language???

S

Steff_DK

How do i write this into 'real' code???

The "Is Not" part won't work.


If sngFir Is Not sngFirma Then...

Cheers

Steff
 
M

macropod

If sngFir <> sngFirma Then...


Steff_DK > said:
How do i write this into 'real' code???

The "Is Not" part won't work.


If sngFir Is Not sngFirma Then...

Cheers

Steff
 
Top