Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Macro con combobox

publicado

Buenas tardes estimados, de nuevo molestando por acá, estoy tratando de crear un formulario para poder llevar el control de facturas de mis gastos mensuales, pero ya me quedé atorado en el código, lo que quiero es que al momento de usar el combo box pueda empezar escribir el nombre de la empresa y me aparezca y me refleje en un text box el nit de la misma, quisiera fueran tan amables de orientarme en esto.

De antemano muchas gracias!!!

P.S. Adjunto el documento :)

Dropbox - Ingreso de Facturas.xlsm

Featured Replies

publicado
  • Autor

Muy amable, eso era lo que andaba buscando, y tengo otra duda, no sé si me pudieras ayudar :) ahora quisiera que los datos que ingrese en el UserForm se ingresarán en la primer hoja del documento, el código es más o menos así:

Private Sub CommandButton1_Click()

Sheets("Formulario").Select

t = Cells(Rows.Count, 1).End(xlUp).Row

Cells(t + 1, 1) = Estudiante.ComboBox (Este sería el combobox, no sé si esta bien así?)

Cells(t + 1, 2) = Nit.Text

Cells(t + 1, 3) = Fecha.Text

Cells(t + 1, 4) = Nofactura.Text

Cells(t + 1, 5) = Monto.Text

Estudiante.ComboBox = ""

Nit.Text = ""

Fecha.Text = ""

Nofactura.Text = ""

Monto.Text = ""

End Sub

Pero como podría acoplarlo a mi documento?

publicado

cual de las dos te sirvió ?

publicado

TE AGREGE ALGUNAS FUNCIONES PARA QUE NO TENGAS QUE ACCEDER A LA BASE DE DATOS Y TODO LO REALISES EN LA USERFORM

AGREGAR - BUSCAR -MODIFICAR Y ELIMINAR POR NUMERO DE FACTURA

Ingreso de Facturas.rar

publicado
  • Autor
TE AGREGE ALGUNAS FUNCIONES PARA QUE NO TENGAS QUE ACCEDER A LA BASE DE DATOS Y TODO LO REALISES EN LA USERFORM

AGREGAR - BUSCAR -MODIFICAR Y ELIMINAR POR NUMERO DE FACTURA

Muchas gracias sync289, quedó perfecto!!!!

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.