Validating Textboxes in a userform

Faisal_Akkad

New Member
Joined
Aug 26, 2018
Messages
6
Hello,

I have a userform with 6 textboxes to be filled by the user which will be used in generating a formula sheet, I need a validating code to perform duplicate check among all the 6 textboxes ,hope that was understandable..Thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Re: Validating Textboxes in a userform...Please help

Do you want all the values in all Textboxes to be the same or not be the same.
Or do you mean you want to be sure all Textboxes have some value in them?
 
Upvote 0
Re: Validating Textboxes in a userform...Please help

Do you want all the values in all Textboxes to be the same or not be the same.
Or do you mean you want to be sure all Textboxes have some value in them?

Hello ..thanks for replying... I need to assure all the textboxes with values are unique from each other no need to fill al the boxes
.thanks
 
Upvote 0
Re: Validating Textboxes in a userform...Please help

This is beyond my knowledgebase.
I will continue to monitor this thread to see what I can learn.

A script would have to search all textboxes and if they have a value determine if that is unique.

If you had 40 textboxes for example a loop would have to search 40 textboxes and make sure all are unique.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,539
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top