Hiya
A few months ago I created a wizard which allows users to generate a sales
proposal by picking the required sections (lots of products, lots of
services, different T&C's etc.), the code then finds the requested sections
and creates a large file containing them all in the chosen order. This
works fine.
The issue is, all of our documents are soon to be placed on sharepoint, I
don't really know a great deal about sharepoint, will I be able to update my
code easily enough to look for the docs on sharepoint insted of in network
folders?
Many thanks for your time
Kerry.
Jezebel - 29 Nov 2006 08:23 GMT
Documents in a SharePoint system have URLs, so in principle all you need to
change is the paths. However, my experience is that it ain't so easy. I was
tweaking a macro today along pretty much the same lines: I can get it to
write files into a SharePoint document library without any problems; but
buggered if I can get it to read them back. Still, Google seems to have
plenty of code snippets that purport to do it, so the answer is out there...
> Hiya
>
[quoted text clipped - 14 lines]
>
> Kerry.