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.

Numeración de Botones Formulario

publicado

Hola, tengo una consulta relacionada con la numeración de Botones.

Al crear un Botón (al que luego asigno un Macro), este asume el nombre "Botón 1", el siguiente "Botón 2", etc .....

Por la estructura de de mi hoja, una macro borra estos botones y luego los vuelve a crear.

El problema es que los nuevos botones tienen el nombre "Botón 3", "Botón 4", etc.

Como esta operación la repito muchas veces, luego de un par de semanas, el nombre de los botones

llega a "Botón 65536", etc., luego de esto, me arroja error, me imagino por que llegó a número máximo de botones.

Existe alguna forma de "Resetear" o Limpiar esta numeración en algún momento, para que el nuevo Botón regrese a "Botón 1" o algo parecido.

Para crear los botones uso:

    ActiveSheet.Buttons.Add(921, 8, 55, 14).Select
    Selection.Caption = "Reload"
    Sheets(1).Shapes(3).Name = "BT2"
    Selection.OnAction = "Reload"

Gracias por la Ayuda

 

Featured Replies

No hay posts para mostrar

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.