Not equal to

D

Dave_2k5

I have a problem which I hope can be resolved quickly:

I have a piece of code as follows:

If ActiveCell.Value = Range("data!G4") Then ...

What the active cells value is and the value in ("data!G4") does no
matter.

What I wan to be able to do is say

If ActiveCell.Value

NOT EQUAL T

Range("data!G4") Then

but I cannot find out how to write not equal to!!!


Cheers,

Dav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top