En esta instrucción me manda error cuando la ejecuto en excel
Cuando ejecuto esta instrucción me manda el error en xCol = Array y me aparce parámetro o biblioteca no existe algún comentario
Private Sub UserForm_Initialize()
xCol = Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", _
"Ñ", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z")
Set HLAB = ThisWorkbook.Sheets("CLIENTES")
CargarClientes
TextBox4.SetFocus
End Sub
1 Respuesta
Respuesta de Valero Angel Serrano Mercadal