Dim sString sString = Space(10) ' Returns a string with 10 spaces sString = "Hello" & Space(10) & "World" ' Inserts 10 spaces between two strings