Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Strings ====== ===== create a string ===== <code vb> Dim myString As String myString = "This is my string of text" Debug.Print myString </code> ===== string functions ===== <code vb> Debug.Print "First 3 characters: " & Strings.Left(myString,3) </code> docs/programming/office_vba/strings.txt Last modified: 2008/08/03 00:25by 127.0.0.1