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.

Rango celda en vez de texto. .Range("A1")

publicado

Buenas noches, me podéis ayudar con esta macro? es para generar codigo de barras, la cuestion que solo me funciona  de la siguiente manera:

Code128 20, 20, 20, 1.1, ThisWorkbook.ActiveSheet, "11Q94PTT"

 

Pero me gustaría que se cambiara con un rango de una celda. ¿ seria posible algo asi?  pero me da error

Code128 20, 20, 20, 1.1, ThisWorkbook.ActiveSheet.Range("=F1C1")

 

 

 y mil gracias 

code128.rar

Featured Replies

publicado

Prueba así:

   Code128 20, 20, 20, 1.1, ThisWorkbook.ActiveSheet, Range("A1")

 

publicado
  • Autor
Hace 22 minutos , Antoni dijo:

Code128 20, 20, 20, 1.1, ThisWorkbook.ActiveSheet, Range("A1")

joe muchas gracias :)  me obsesioné poniendo .Range  en vez de coma, y también con el rango de la celda

 

Muchas gracias :)

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.