Hi all
Could someone please help?
I'm looking to create a unique ref in a textbox from the first four characters from three other textboxes within a userform.
Any ideas?
Thanks
Hi all
Could someone please help?
I'm looking to create a unique ref in a textbox from the first four characters from three other textboxes within a userform.
Any ideas?
Thanks
![]()
textbox1.value = left(textbox2.value,4) & left(textbox3.value,4) & left(textbox4.value,4)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks