|
 |
asp_web_howto thread: asp and word macros
Message #1 by "Paul Lee" <wo_de_junk@h...> on Mon, 16 Sep 2002 13:14:33
|
|
is it possible to call a word macro from an asp page on a document
residing on the server?
if so, is it also possible to send a parameter from the page to the
macro? thanks.
Message #2 by "Rick Binns" <rbinns5@c...> on Mon, 16 Sep 2002 13:32:58
|
|
> is it possible to call a word macro from an asp page on a document
r> esiding on the server?
i> f so, is it also possible to send a parameter from the page to the
m> acro? thanks.
Put the macro in the normal.dot; make sure you have word installed on the
server. You will have to download the component that allows you to call
things on the webserver.. You can find it on www.4guysfromrolla.com. Once
you have teh component, make sure that you allow the component to
interact with the desktop on the server.
This will get you started; wish I could help more.
As for parameters, I am not sure about that.
Message #3 by "TomMallard" <mallard@s...> on Mon, 16 Sep 2002 06:17:34 -0700
|
|
Record a macro that runs a macro...this will give you the skeleton code to
use with the word object from your page.
tom mallard
seattle
-----Original Message-----
From: Paul Lee [mailto:wo_de_junk@h...]
Sent: Monday, September 16, 2002 1:15 PM
To: ASP Web HowTo
Subject: [asp_web_howto] asp and word macros
is it possible to call a word macro from an asp page on a document
residing on the server?
if so, is it also possible to send a parameter from the page to the
macro? thanks.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |