C
Cleberton(Brazilian)
I need help to use this application...
The problem is that I installed the new version of Office and my program
were made in Excel 2003.
I used this code:
With Application.FileSearch
.LookIn = "C:\Users\Cleber\Documents\SAUF\Coordenada\SAUCOO\"
.Filename = nome_arquivo
.MatchTextExactly = True
If .Execute > 0 Then
busca = 1
Else
busca = 0
End If
End With
but in Excel 2007 it does not work!
I don't know and I tried a lot of other ways that I found in the help option
but all of them failed..
If somebody could help, please is much important.!
I'm a little new in VBA.
Thanks...
The problem is that I installed the new version of Office and my program
were made in Excel 2003.
I used this code:
With Application.FileSearch
.LookIn = "C:\Users\Cleber\Documents\SAUF\Coordenada\SAUCOO\"
.Filename = nome_arquivo
.MatchTextExactly = True
If .Execute > 0 Then
busca = 1
Else
busca = 0
End If
End With
but in Excel 2007 it does not work!
I don't know and I tried a lot of other ways that I found in the help option
but all of them failed..
If somebody could help, please is much important.!
I'm a little new in VBA.
Thanks...