Gabriela, parte de nuestro staff, nos ha hecho el favor de escribir este artículo porque controla perfectamente este tema.
Ejemplo 1: excel vba obtener la ruta del libro de trabajo actual
'VBA function to retrieve this workbook's full path:Function FullPath()With ThisWorkbook
FullPath =.Path & Application.PathSeparator &.FullName
EndWithEndFunction'--------------------------------------------------------------------
MsgBox FullPath
Ejemplo 2: carpeta actual de excel vba
' Current folder
MsgBox ActiveWorkbook.Path ' needs to be saved before
MsgBox CurDir ' default
Si te sientes a gusto, tienes el poder dejar una noticia acerca de qué le añadirías a este enunciado.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)