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.

Consulta sobre Toggle Buttons

publicado

Estimados,

Quisiera saber si existe una linea de comando para desmarcar un Toggle Button (o todos los demas), el asunto es el siguiente tengo 2 botones

TB1 y TB2, me gustaria que cuando se presione el TB1 si el TB2 es true cambiara a false.

Eso espero que puedan ayudarme gracias.

Saludos.

Featured Replies

publicado

Hola nobodycl

Revisa el adjunto, tú dirás si es esto lo que quieres. con

Private Sub ToggleButton1_Click()
If ToggleButton1.Value = False Then ToggleButton2.Value = True
If ToggleButton1.Value = True Then ToggleButton2.Value = False
End Sub[/CODE]

y

[CODE]Private Sub ToggleButton2_Click()
If ToggleButton2.Value = False Then ToggleButton1.Value = True
If ToggleButton2.Value = True Then ToggleButton1.Value = False

End Sub[/CODE]

se obtiene lo que creo quieres

Un saludo desde Vitoria

ToggleButton_io_120329.zip

publicado
  • Autor

Gracias por la respuesta, pero la verdad tengo más de 2 botones, debi haber sido mas especifico voy a subir el archivo a la brevedad para evitar esto, lo siento.

Por mientras me gustaria dejar este link Cómo utilizar Visual Basic para Aplicaciones (VBA) para cambiar los formularios de usuario en Excel en donde muestran un conjunto de togglebuttons mutuamente excluyente que es lo que nececito, sin embargo no logro entender como funciona ni implementarlo en mi documento.

Saludos.

AyudaExcelTG.zip

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.