Respuesta
en
Microsoft Excel
a
¿Textbox No suma Decimales?
Al sumar siempre me redondeaba 5,5 me daba 6 En mi código el error es este: Private Sub agregar_Click() ListBox1.AddItem Cbo_nombre.Value a = ListBox1.ListCount - 1 ListBox1.List(a, 1) = Txt_telefono.Value ListBox1.List(a, 2) = suma.Value Dim...