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