Mich,
find out about File Search for A2007 by typing the word FileSearch in the
immediate window and pressing F1.
Do the same for Application.
Hopefully that will give any new information about how to use those methods
in A2007.
If no joy with this approach, download a new copy of Arvin's sample and use
the common File/Open/Save api as used in Arvin's code.
Jeanette Cunningham
> Many years ago I downloaded a sample database written by Arvin Meyer that
> was a Document Manager. I modified it quite a bit, adding keywords so
[quoted text clipped - 21 lines]
> Thanks,
> Mich
M Skabialka - 30 Apr 2008 15:02 GMT
As it turns out the code was unused in the module, and now I am not even
sure it was from his original database as I had modified it a lot..
Set fs = Application.FileSearch
was in the code, but fs never used. I deleted it and the rest of the code
worked fine. I wasn't able to find the new copy of the sample database on
Arvin's site - looking in the wrong place probably...!
Thanks - Mich
> Mich,
> find out about File Search for A2007 by typing the word FileSearch in the
[quoted text clipped - 32 lines]
>> Thanks,
>> Mich