VBA/Excel/Access/Word/String Functions/Space
Версия от 16:33, 26 мая 2010; (обсуждение)
Space() Returns a string built from a specified number of spaces.
Sub strDemo16()
Debug.Print ">" & Space(4) & "<"
End Sub
Sub strDemo16()
Debug.Print ">" & Space(4) & "<"
End Sub