Shauna
Fri Aug 03 05:19:31 CDT 2007
Hi
I don't know iManage, but I can say that the only way you'll be able to get
VBA to "talk" to iManage is if iManage exposes an object model to talk to.
Some document management systems do this (Trim is one); others don't. I
suggest you talk in the first instance to your iManage supplier, or look
around their web site for a software development kit or other way of talking
to iManage. A good way to start is to get some sample code that does the
basics of what you want, and then modify and expand it to suit your needs.
Generally, it involves creating a reference in VBA (using Tools > Reference)
to the DLL from the document management software, and then using the
properties and methods that the DLL exposes to talk to its database.
My experience is that document management applications rarely allow you to
do exactly what you had in mind; but perhaps I'm just being cynical.
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
"sjwopg" <sjwopg@discussions.microsoft.com> wrote in message
news:8DAA6AD5-029D-4422-A06E-D1D9B4110CEB@microsoft.com...
> I'm going to need to build an application using Word 2003 that will be
> able
> to open documents stored in iManage, then save them back in iManage after
> they have been edited. I want to do this using VBA code. I've done a lot
> with
> Access and Excel VBA coding, but this is my first attempt with Word.
>
> Any suggestions would be appreciated.
>
> Thanks,
>
> Steve