application.filesearch generates run-time error '430'
From: Microsoft (blhavens_at_gee.not.today.yahoo.com)
Date: 12/31/04
- Next message: B Havens: "Re: application.filesearch generates run-time error '430'"
- Previous message: Gus Collot: "Creating a tree menu for a Word doc"
- Next in thread: B Havens: "Re: application.filesearch generates run-time error '430'"
- Reply: B Havens: "Re: application.filesearch generates run-time error '430'"
- Reply: Andi Mayer: "Re: application.filesearch generates run-time error '430'"
- Reply: Wim van Laarhoven via OfficeKB.com: "Re: application.filesearch generates run-time error '430'"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Dec 2004 19:54:24 -0500
Word 2003
Windows 2003 Server via Citrix
When I perform the following code on my home Windows 2003 machine all is
well. When I run it via Citrix (running on a Windows 2003 Server machine),
it stops on the very first line with a Run-time error '430'
With Application.FileSearch 'this is the line causing the error
.FileName = "foobar.txt"
.LookIn = "c:\temp"
.Execute
For I = 1 To .FoundFiles.Count
MsgBox .FoundFiles(I)
Next I
End With
Full text of error:
Microsoft Visual Basic
Run-time error '430':
Class does not support Automation or does not support expected interface
- Next message: B Havens: "Re: application.filesearch generates run-time error '430'"
- Previous message: Gus Collot: "Creating a tree menu for a Word doc"
- Next in thread: B Havens: "Re: application.filesearch generates run-time error '430'"
- Reply: B Havens: "Re: application.filesearch generates run-time error '430'"
- Reply: Andi Mayer: "Re: application.filesearch generates run-time error '430'"
- Reply: Wim van Laarhoven via OfficeKB.com: "Re: application.filesearch generates run-time error '430'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|