R
Robert Crandal
How does everybody write code to delete the contents of
a cell, such as cell "A1"???
I normally use the following code:
Range("A1").Value = ""
Is that correct?? I get the feeling that I am setting cell "A1"
to an empty string, rather than actually deleting the current
contents.
a cell, such as cell "A1"???
I normally use the following code:
Range("A1").Value = ""
Is that correct?? I get the feeling that I am setting cell "A1"
to an empty string, rather than actually deleting the current
contents.