Converting word doc with macro to html

R

red6000

I have a word doc that has a series of tasks and then a check box after each
question for the user to 'check' when they have performed the task.

At the top of the page is a button with a macro attached that simply
'unchecks' all the checkboxes when pressed.

What I really want to do is convert it to html so I can have it on a website
(i know I could put the word doc there but html loads quicker), but when I
'save as web page' it loses the check boxes and macro.

Anyone know how I could create the html?

Thanks.
 
J

Jezebel

You'll need to rewrite the macro in something that will run via a website,
such as VBScript, Java, Javascript, etc.

Why not just create an HTML form with a reset button? FrontPage is a much
better way to create webpages than Word: Word's notion of HTML is
jaw-droppingly awful.
 

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