Hi
I need to use Format functon in VBA code...So this is my problem. I have a string with variable length...I need to get a string which is 27 char long adding space after ..ie "rade ivanoski ", "peter white " and so on
I tried to use this Format(name,space(27)) but it doesn't work. The string is a part of a text file that I create.
Please help
Thanks
I need to use Format functon in VBA code...So this is my problem. I have a string with variable length...I need to get a string which is 27 char long adding space after ..ie "rade ivanoski ", "peter white " and so on
I tried to use this Format(name,space(27)) but it doesn't work. The string is a part of a text file that I create.
Please help
Thanks
Last edited: