File Placement/SharePoint

K

Kerry Purdy

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.
 
J

Jezebel

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top