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.

Nombre del objeto en ingles/español

publicado

Saludos a la comunidad y espero estén todos bien

Tengo el siguiente impasse....

Sheets("RESUMEN CC").Shapes.Range(Array("Drop Down 1", "Drop Down 2", "Drop Down 3", "Button 9", "Button 8", "Group 14", "Rectangle 1")).Select

Funciona perfecto ...pero...al ejecutar la aplicación en algún pc; en que el nombre del objeto (Rectángulo 1) está en español, me marca error. 

Hay alguna instrucción en VBA que pueda indicarme el lenguaje en que están los objetos ??

 

gracias de antemano

 

 

Featured Replies

publicado

Hola,

No estoy muy seguro... Pero posiblemente antes de seleccionar pudieras hacer referencia a todos los shapes de la hoja e ir iterando en cada uno de ellos para recuperar el nombre y validar si se encuentra alguno con el nombre de "Rectangle 1" o "Rectángulo 1" y dependiendo del caso utilizar:

Sheets("RESUMEN CC").Shapes.Range(Array("Drop Down 1", "Drop Down 2", "Drop Down 3", "Button 9", "Button 8", "Group 14", "Rectangle 1")).Select

o

Sheets("RESUMEN CC").Shapes.Range(Array("Drop Down 1", "Drop Down 2", "Drop Down 3", "Button 9", "Button 8", "Group 14", "Rectángulo")).Select

Saludos!

publicado
  • Autor

Gracias @digitalboy veré que tal va lo que me indicas

 

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.