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.

Error al ejecutar macro excel 2003 en 2007

publicado

[buenas tardes,

A ver si alguien me echa una mano con esta macro en excel 2003 (donde funciona perfectamente) y al ejecutarla en 2007 me da un error '9' en tiemp de ejecución

La macro, lo que hace es copiar hojas de un libro a otro libro con el mismo nombre que la hoja.

Señalo la sentencia donde da el error

]Sub Macroañadehojafichero()

ruta = ActiveWorkbook.Path

nomor = ActiveWorkbook.Name

For h = 1 To Sheets.Count

nomh = Sheets(h).Name

On Error Resume Next

Workbooks.Open Filename:=ruta & "\" & nomh & ".xls"

nh = Sheets.Count

Windows(nomor).Activate

Sheets(nomh).Copy After:=Workbooks(nomh).Sheets(nh)

Sheets(nomh).Name = "PRUEBA"

Sheets("Franquicia").Select

Range("B2").Select

ActiveWindow.Close (1)

Next h

End Sub

Gracias anticipadas y un saludo

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.