Pregunta en
VBA
¿Cómo debo definir un rango para RowSource?
Quiero que esta definición de rango=> Range(Cells(2, i), Cells(UltFila, i)) ... Me sirva como RowSource UltFila = Cells(Rows.Count, 1).End(xlUp).Row UltCol = Cells(1, Columns.Count).End(xlToLeft).Column For i = 1 To UltCol ComboBox1.RowSource =...