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.

sopa de letras

Featured Replies

publicado

Saludos @jhon fredy, sin indagar mucho en el código, creo que una opción es invirtiendo el código a buscar, mira el ejemplo en tu función

Private Sub Buscar_Horizontal(Texto As Range)
    Dim sTextInv As String
    
    For i = Len(Texto) To 1 Step -1
        sTextInv = sTextInv & Mid(Texto, i, 1)
    Next i
    For x = 1 To 42
       cadena = ""
       For y = 3 To [HB1].Column
          cadena = cadena & Cells(x, y)
       Next
       For i = 1 To Len(cadena) - Len(Texto) + 1
          If Mid(cadena, i, Len(Texto)) = Texto Or _
            Mid(cadena, i, Len(Texto)) = sTextInv Then
             Cells(x, i + 2).Resize(1, Len(Texto)).Interior.Color = Texto.Interior.Color
          End If
       Next
    Next
End Sub

suerte

publicado

Saludos @jhon fredy, como estaba sin hacer nada, me puse a inventar para ver si hacia un código mas rápido, te dejo el archivo con varias opciones (una mas lenta que las otras, pero bueno, te sirve de ejemplo)

cada una se ejecuta con uno de los botones flechas, y te dice el tiempo en segundos que tarda

sopa de letras.xlsm

publicado
  • Autor

muchas gracias maestro bigpetroman excente trabajo gracias por su tiempo y dedicacion 

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.