You are on page 1of 1

Recursos para VBA en Excel

Paginas:

1. http://www.fontstuff.com/VBA/
1. How to Use Your Excel Add-In Functions in VBA​
2. Build an Excel Add-In​
2. http://www.bigresource.com/​
1. Calling External Excel 4 Macro​
3. http://en.allexperts.com/​
1. Update external data link​
4. http://www.exceltip.com/
1. List files in a folder with Office 97 or later using VBA in Microsoft Excel​
2. List files in a folder with Microsoft Scripting Runtime using VBA in Microsoft
Excel​
3. File names and folder names using VBA in Microsoft Excel
4. Basic file and folder examples using VBA in Microsoft Excel​
5. Determine if a file is in use using VBA in Microsoft Excel​
6. Select filenames using VBA in Microsoft Excel​
7. Read information from a closed workbook using VBA in Microsoft Excel​
8. Select folder names using VBA in Microsoft Excel​
5. http://www.cpearson.com/excel​
1. Creating A Folder/File Tree View​

Ejemplos:

1. nombre de archivo y ruta en una celda:


1. =CELDA("Filename",N32)
2. Sólo nombre de archivo en una celda (ejemplo de parecer):
1. =EXTRAE(CELDA("FILENAME";N32);ENCONTRAR("[";CELDA("FILENAME";N32))+1;ENC
ONTRAR("]";CELDA("FILENAME";N32))-ENCONTRAR("[";CELDA("FILENAME";N32))-1)

You might also like