|
|
|
date: Tue, 18 Sep 2007 09:04:02 -0700,
group: microsoft.public.word.vba.customization
back
Re: Word2007 & Application.FileSearch
Thanks, I'll look into your suggestions. Steve
"Helmut Weber" wrote:
> Hi StephenW,
>
> application.filesearch has gone.
>
> >If it doesn't exist anymore
> >how can I now search a directory for a file in Wood2007?
>
> See help on "dir" function.
>
> See as well:
> http://word.mvps.org/faqs/macrosvba/ReadFoldersIntoArray.htm
>
> If you're somewhat advanced, together with "shell",
> you might find code like this helpful, too.
>
> C:\Test>dir *.doc /b /S > c:\dir.txt
>
> See in addition:
> Several techniques to "Shell and Wait" on Win32 systems
> http://vb.mvps.org/samples/project.asp?id=Shell32
>
> For using the filesystem object, see:
> http://tinyurl.com/3acv42
>
> --
> Greetings from Bavaria, Germany
>
> Helmut Weber, MVP WordVBA
>
> Win XP, Office 2003
> "red.sys" & Chr$(64) & "t-online.de"
>
>
>
>
>
>
date: Tue, 18 Sep 2007 12:00:05 -0700
author: StephenW
|
|