Quote:
Originally Posted by krishnamurthy.ka2810
I have Client and ClientDetails. If I select the Client, the Clientdetails doesn't autopopulate.
|
It never will, because the conditional statement is never true. Use instead
Code:
If UCase(.DropdownListEntries(i).Text) = UCase(.Range.Text) Then
The test here is case sensitive