kyukira mavis

kyukira mavis

 España @kyukiramavis desde - visto
Preguntar

Actividad pública reciente

Ha empezado a seguir a
Ha valorado "Buena" la respuesta

Userform que pegue los datos en distintas hojas

respondió: h o l a te paso la macro Private Sub CommandButton1_Click() If ComboBox1 = "" Or ComboBox1.ListIndex = -1 Then Exit Sub Set h1 = Sheets(ComboBox1.ListIndex + 1) u = h1.Range("A" & Rows.Count).End(xlUp).Row + 1 h1.Cells(u, "A") = ComboBox1 h1.Cells(u,...
Ha empezado a seguir a
Ha empezado a seguir el tema