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 para buscar texto y marcar error

publicado

Estimados,

Necesito vuestra ayuda con una macro. Básicamente necesitaría una macro que busque en el rango B2:B, el texto "Completar con Documento UUID". Si lo encuentra, me devuelva un MsgBox que diga "Ingresar Documento UUID". Y si no encuentra, que termine la macro, para que luego siga con otra que ya tengo armada.

Adjunto planilla con ejemplo.

 

Muchas gracias

 

Gonzalo

Ejemplo para Macro.xlsm

Featured Replies

publicado

Hola.

No lo tengo muy claro, pero prueba este codigo.

Sub encontrar()
Dim rng As Range
Dim ult As Long
ult = Hoja1.Range("B2:B" & Rows.Count).End(xlDown).Row
Set rng = Hoja1.Range("B2:B" & ult)
For Each cel In rng
If cel = "Completar con Documento UUID" Then MsgBox "Ingresar Documento UUID"
Next
End Sub

 

Saludos.

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.