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.

Featured Replies

publicado

Hola!

Yo uso la referencia "Microsoft Scripting Runtime", ésta la agrego a mi proyecto y puedo trabajar de este modo:

Private Sub Archivos(Directorio As String)

'Variable de tipo FILE y FOLDER para listar los archivos de un path
Dim misArchivos As File
Dim miDirectorio As Folder
Dim fso As FileSystemObject

'Nuevo objeto FileSystemObject
Set fso = New FileSystemObject

' Obtiene el directorio
Set miDirectorio = fso.GetFolder(Directorio)

' Lista los ficheros de esta carpeta
For Each misArchivos In miDirectorio.Files
ActiveCell = misArchivos.Name
ActiveCell.Offset(0, 1) = misArchivos.Path
ActiveCell.Offset(0, 2) = misArchivos.DateCreated
ActiveCell.Offset(1, 0).Activate
Next misArchivos

End Sub[/CODE]

Salu2!

  • 2 weeks later...
publicado

Hola, aprovecho este hilo para hacer una consulta parecida, espero que no haya problemas:

El caso es que tenia una macro que funcionaba en el excel 2003 pero no funciona en el 2007.

He estado buscando una macro parecida pero no consigo. Tiene la particularidad de que lista todos los ficheros que hay en todas las subcarpetas que cuelgen de la carpeta que pidamos.

Alguna ayuda ... Gracias

publicado

ok perdona

saludos

Crear una cuenta o conéctate para comentar

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.