K Ken Snell Apr 10, 2004 #2 Double them up. Dim strString As String strString = "Guy ""ACCESS-MAN"" Rondeau" Debug.Print strString Above will show you the resulting string: Guy "ACCESS-MAN" Rondeau
Double them up. Dim strString As String strString = "Guy ""ACCESS-MAN"" Rondeau" Debug.Print strString Above will show you the resulting string: Guy "ACCESS-MAN" Rondeau