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.

rafaelmartinez19682

Miembro
  • Unido

  • Última visita

Todo se publica por rafaelmartinez19682

  1. Buenos dias, Israel siento mi torpeza pero no soy capaz de ver por qué no me está corrigiendo.... Dejo filtrado las dos líneas de ejemplo donde debería cambiar los importes porque son diferentes.....los he marcado en negrita Agradezco de antemano cualquier ayuda Quedo al tanto PwQry Prevision Tesoreria v8 web.xlsm
  2. Gracias, Israel No me está funcionando.... esto se lo he cambiado.... Limpia las filas en la hoja USUARIO después de la actualización If Sheets("USUARIO").Range("A" & j).Value <> "" Then por ► If Sheets("USUARIO").Range("A" & j) = "" Then que si no, me borraba todo.... el tema es que tengo una diferencia en los importes en dos de las lineas y no me las está corrigiendo-....a ver si mañana puedo detectarlo yo solo y si no, te remito fichero para detectar el problema.....Mil gracias....
  3. Hola todos agradezco de antemano cualquier gestión / ayuda tengo dos pestañas BBDD listado exportado de la ERP donde pueden cambiar los importes USUARIO listado histórico de BDD El código tiene que detectar por la columna del nº factura ( columna J ) y cuando detecte el mismo nº de factura que actualice los importes de acuerdo a la exportación ( BBDD ).....que mal me explico. Lo siento. Sub CORREGIRIMPORTES2() Dim i, j As Integer j = 3 ' DONDE EMPIEZA A ESCRIBIR For i = 3 To 10000 ' DONDE EMPIEZA A BUSCAR If Range("BBDD!J" & i) = Range("USUARIO!J" & j) Then Range("BBDD!K" & i).Value = Range("USUARIO!K" & j).Value j = j + 1 End If Next While Range("USUARIO!a" & j) <> "" Range("USUARIO!a" & j) = "" Range("USUARIO!b" & j) = "" Range("USUARIO!c" & j) = "" Range("USUARIO!d" & j) = "" Range("USUARIO!e" & j) = "" Range("USUARIO!f" & j) = "" Range("USUARIO!g" & j) = "" Range("USUARIO!h" & j) = "" Range("USUARIO!i" & j) = "" Range("USUARIO!j" & j) = "" Range("USUARIO!k" & j) = "" Range("USUARIO!L" & j) = "" Range("USUARIO!M" & j) = "" Range("USUARIO!N" & j) = "" Range("USUARIO!O" & j) = "" Range("USUARIO!P" & j) = "" Range("USUARIO!Q" & j) = "" j = j + 1 Wend End Sub

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.