macro for publishing a word document directly to the intranet
Hi everybody!
I was wondering is it possible to upload a word document directly to
an intanet from word itself?
Example:
The user makes a new document, pushes a custom made button in the toolbar which has a macro, which tells the document to upload to a server, in a specific folder.
Current status is that the user has to go via the intranet site, and use and upload asp file which resides there. But they want to be able to do it directly from word. is it possible, and how would the code look?
Re: macro for publishing a word document directly to the intranet
*bump*
Guess this is impossible then?
Re: macro for publishing a word document directly to the intranet
You would probably be able to do it using the Inet control (added to your toolbox manually) or FTP it up using either the DOS commands or some APIs. Not really my area but its possible.