VBA Excel - Funções que retornam o Path e nome do Arquivo - Formula to Return the Full File Path & Name of Excel Workbooks


Estas funções retornarão o nome da planilha em uma célula, ou o caminho e o nome do arquivo na respectiva pasta de trabalho.

Function MyName() As String
Let MyName = ThisWorkbook.Name
End Function

Formula             Result
=MyName()         Workbook Path.xls


Function MyFullName() As String
Let MyFullName = ThisWorkbook.FullName 
End Function

Formula                Result
=MyFullName()       C:\Bernardess\Workbook Path.xls
=CELL("filename")*  C:\Bernardess\[Workbook Path.xls]Sheet1

*A função CELL é uma função padrão que retorna informação sobre o sistema operacional corrente. Para mais detalhes sobre ela veja o Help do MS Excel.

Function SheetName (rAnyCell)    
Application.Volatile    

Let SheetName = rAnyCell.Parent.Name 
End Function

Formula             Result
=sheetname(A1)  Sheet1




Envie seus comentários e sugestões e compartilhe este artigo! 
⬛◼◾▪ Social Media ▪◾◼⬛
• FACEBOOK • TWITTER • INSTAGRAM • TUMBLR • GOOGLE+ • LINKEDIN • PINTEREST

⬛◼◾▪ Blogs ▪◾◼⬛ 

⬛◼◾▪ CONTATO ▪

brazilsalesforceeffectiveness@gmail.com

Nenhum comentário:

Postar um comentário

diHITT - Notícias