Function Razmak() Dim str As String Dim Ime As String Dim Prezime As String Ime = "Mijo" Prezime = "Muji" str = Ime & Space(5) & Prezime End Function