Can anyone please advise why the code below worked with Excel 2000 but not
with Excel 2003?
With Application.FileSearch
.Filename = "C:\Test.xls"
If .Execute > 0 Then
Workbooks.Open Filename:="C:\Text.xls"
End If
End With
Can anyone please advise why the code below worked with Excel 2000 but not
with Excel 2003?
With Application.FileSearch
.Filename = "C:\Test.xls"
If .Execute > 0 Then
Workbooks.Open Filename:="C:\Text.xls"
End If
End With
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks