Using a formula to creat a cleared or nul cell

J

John Baker

Hi:

I have asked this question in a different form before, but received no answer.

Is there any way to use a formula ( such as =null()) to set a cell to a null condition,
with exactly the same characteristics as it would have if it had been cleared? setting it
to "" does not have the same effect as when its cleared I find. I would dearly love to
make this happen, so that can use an end/down macro to find the end of active information
and move the data elsewhere programmatically.

Thanks in advance

John Baker
 
D

David Hager

Trying using a variation of this without rewriting your formulas.

MsgBox Worksheets("Sheet1").Range("A:A").Find("", LookIn:=xlValues).Address

David Hager
Excel FMVP
 

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