Parameterized Macro and Open in Browser

N

Nick Coppola

Hello,

I'm trying to take a word document and write a
paramterized macro that can be called from client-side
javascript to (ideally) open the word document in the
browser while supplying the parameter.

I almost had it working outside of the browser, except
everytime I try to add a parameter to the Macro (in
NewMacros) word doesn't recognize it. If I take it out of
NewMacros and place it somewhere like ThisDocument's code,
I can't seem to be able to run the code to test it.

Can anyone provide some guidance???

Thanks,

- Nick Coppola
 
W

Word Heretic

G'day "Nick Coppola" <ncoppola@geteverest.com>,

Address your commandbar parameters directly through the VBA objects.

I have a mostly debugged but still unfished tool that lets me screw
with this via a GUI coz I got so sick of the commands method.

My Word VBA Spellbook goes into this some.


Nick Coppola said:
Hello,

I'm trying to take a word document and write a
paramterized macro that can be called from client-side
javascript to (ideally) open the word document in the
browser while supplying the parameter.

I almost had it working outside of the browser, except
everytime I try to add a parameter to the Macro (in
NewMacros) word doesn't recognize it. If I take it out of
NewMacros and place it somewhere like ThisDocument's code,
I can't seem to be able to run the code to test it.

Can anyone provide some guidance???

Thanks,

- Nick Coppola

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email (e-mail address removed)
Products http://www.geocities.com/word_heretic/products.html

Replies offlist may require payment.
 

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