BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
Hi all
I have just been upgraded here at work from office 2003 to office 2010 and now the following code doesnt work...
It doesn't appear to like the application.filesearch command.
Any ideas?
I have just been upgraded here at work from office 2003 to office 2010 and now the following code doesnt work...
Code:
With Application.FileSearch
.NewSearch
.LookIn = "[URL="file://\\LON0306.london.schroders.com\sim_spf$\Investment\Investment"]\\LON0306.london.schroders.com\sim_spf$\Investment\Investment[/URL] Selection\Fund Research & Documentation"
'.LookIn = "O\Investment\Investment Selection\Fund Research & Documentation"
.SearchSubFolders = True
.Filename = "Fund Note"
.MatchTextExactly = True
'.FileType = msoFileTypeWordDocuments
End With
It doesn't appear to like the application.filesearch command.
Any ideas?