I understand that the text property for the Range object is a read only property. Does this mean that I can use this to paste a value in a cell though I can read a cell as text?
Are there any good articles that explain what a read only property does in VBA as opposed to a read/write property...