'Change RowSource to different storage, maybe List?

im very noob to VBA, im trying to store a table into a RowSource, but this gives this error: Userform runtime error 380- could not set the rowsource property - fix?

i have these lines using RowSource:

Private Sub UserForm_Activate()
Me.Lista.RowSource = "TablaPrincipal"
Me.Lista.ColumnCount = 10
End Sub

Me.Lista.RowSource = Clear

Plz if anyone could help me? Thanks!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source