A
avkokin
Hello. There is TextBox1 (on UserForm) which composed of three-words
(russian family name). First word is the surname (e.g. Nabokov),
second word - patronymic (e.g. Vladimirovich) and third word - first
name (e.g. Vladimir). Thereby we have full russian family name -
Vladimir Vladimirovich Nabokov.
I need get from it two results of the following types:
1: Nabokov V.V. (surname with initials)
2: Vladimir Vladimirovich (without surname)
How to do this?
Thank you!
(russian family name). First word is the surname (e.g. Nabokov),
second word - patronymic (e.g. Vladimirovich) and third word - first
name (e.g. Vladimir). Thereby we have full russian family name -
Vladimir Vladimirovich Nabokov.
I need get from it two results of the following types:
1: Nabokov V.V. (surname with initials)
2: Vladimir Vladimirovich (without surname)
How to do this?
Thank you!