I have a text string stored in a cell that I need to show in a message box
Text is in cell 'e34' on sheet 'Tables'
I have also named cell 'e34' as 'TxT13'
If i refer to the cell as 'e34' this code works
Sub WITO()
If Sheets("Tables").Range("Prmt13") = "True" Then
msg =...