Verificare esistenza di file

Funzione vba per verificare l'esistenza di un file passato come parametro:


Function EsisteFile(NomeFile As String) As Boolean
  On Error Resume Next
  EsisteFile = (GetAttr(NomeFile) And vbDirectory) = 0
End Function


Tags: vba excel file exist

I want to drink a coffee :-)


Sponsored Links

Il Tuo Banner Qui - Your Add Here

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