How to save contents of a cell into a string?
Thanks
I tried:
But did not work, I also tried it the other way around![]()
Worksheets("Sheet1").Range("E11").value = StringofContents
but got an error, any thoughts?![]()
StringofContents = Worksheets("Sheet1").Range("E11").value
Bookmarks