P
Peter
I have a problem!
I am writing a macro where the user pastes in a 16 digit number into a
text box on a user form.
This then becomes a variable (long).
I need the macro to edit this variable by placing a space after the
4th, 8th and 12th number.
ie, from this: ################ to this: #### #### #### ####.
Is this possible?
Thanks,
Peter
I am writing a macro where the user pastes in a 16 digit number into a
text box on a user form.
This then becomes a variable (long).
I need the macro to edit this variable by placing a space after the
4th, 8th and 12th number.
ie, from this: ################ to this: #### #### #### ####.
Is this possible?
Thanks,
Peter