Hi
I am using Excel 2007.
When searching the web for answers / tips to writing macros when referencing a range (single cell or several) I have seen both
" and
used.
Can someone explain in simple terms what the difference is and when .Range or Range should be used?
Many thanks
I am using Excel 2007.
When searching the web for answers / tips to writing macros when referencing a range (single cell or several) I have seen both
Code:
.Range("A1").Value = "
Code:
Range("A1").Value = ""
Can someone explain in simple terms what the difference is and when .Range or Range should be used?
Many thanks