Open
Description
Description
With MsgBox, it behaves like #4900
With Debug.Print it's different
To Reproduce
Debug.Print |this.dc.TableName
- Type
"
Expected behavior
Debug.Print "|this.dc.TableName
Resulting behavior
Debug.Print "|"; this.dc.TableName