Hi guys! I'm currently working on a macro where I need to populate a validation list for a cell. The list comes from a string that's joins elements from an array. Here's the code:
If Not IsArrayEmpty(Clas) Then
For i = PrimeraClase To UltCla
Clase = CStr(Ana.Cells(i...