
How to Open MSWord and Pass text from a web page
Two problems...
1) If this meant for server side...
Q257757 - INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/support/kb/articles/Q257/7/57.ASP
"...Microsoft does not recommend or support server-side Automation of Office...."
2) If client side (Word is not marked safe for scripting)...
Q195826 - PRB: CreateObject Fails from Client-Side Scripts
http://support.microsoft.com/support/kb/articles/Q195/8/26.ASP
--
Michael Harris
Microsoft.MVP.Scripting
Quote:
> I am trying to find documentation or sample code on how to open MSWord from
> a web page and pass a variable that a MSWord macro can read or simply pass a
> text string to a Word template.
> The webserver is IIS 5.0.
> Any help would be much appreciated.