K
King
I am pulling files using VBA and InsertFile from a SharePoint document
library with no trouble, but cannot seem to find a reliable way to
test that the file is there...
I can change the directory, but the DIR command will not work, so I am
looking at opening a side doc and attempting an insert in there,
catching the error code when it fails for file not fouind...
That is a little kludgier than I would like.
Perhasp there is a way to test if a web page exists and try it that
way...
FSO will not appraently work with MOSS...
Any suggestiopns would be very helpful...
Thanks!
library with no trouble, but cannot seem to find a reliable way to
test that the file is there...
I can change the directory, but the DIR command will not work, so I am
looking at opening a side doc and attempting an insert in there,
catching the error code when it fails for file not fouind...
That is a little kludgier than I would like.
Perhasp there is a way to test if a web page exists and try it that
way...
FSO will not appraently work with MOSS...
Any suggestiopns would be very helpful...
Thanks!