Ottieni percorso file XLS da VBA

Funzione per ottenere il percorso assoluto del file XLS. Utile in situazioni in cui si necessita di aprire altri file o di collegarsi con dati esterni.



Public Function getXlsPath()
   getXlsPath = Left(ThisWorkbook.FullName, (Len(ThisWorkbook.FullName) - Len(ThisWorkbook.Name)))
End Function

'esempio di utilizzo
msgbox getXlsPath()


tags: vba visual basic macro excel percorso assoluto file excel

I want to drink a coffee :-)


Sponsored Links


Ricerca


Ultimi Contenuti Inseriti

How to add onload property to masterpage from child
HtmlGenericControl body = (HtmlGeneric...

C# ASP.NET
...

Transpose Column to row
create table #temp (timeId int, dim1Id int, dim2I...

SQL Server
...

(X) HTML
Suggerimenti ed esempi riguardanti il linguaggio H...

Sponsor