Hello,
I have two problems to solve.

First to find last used row in sheet. I was trying looping through column with IsEmpty, but sometimes even if cell is empty and was not touched the result is negative and last row is not really the last one.

Second. How to print quoation marks in message box?
example: Msgbox(" he said "" + sentence + """)