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

voglio un Sito Web come questo - I want a Web Site like this

Ricerca


Ultimi Contenuti Inseriti

C# ASP.NET
...

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

SQL Server
...

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

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

Sponsor