Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make your own wizard?

Status
Not open for further replies.

webbywally

Programmer
Feb 26, 2008
13
SE
Hi everybody!

Is it possible to make your own wizards in Microsoft Office Word 2003?

I've made a template and now I want to make a wizard so I don't forget to write certain stuff.

If I need to program something it's ok, I know some vb.net but I've been working with php for about 5-6 years.

Have a nice one!

webbywally
 
Okay...

I have a word-document. It looks like this.

<header>
<author>

Some static text.



I want to make a wizard that replaces <header> and <author> with the user's input.

Now, how do I do that?
 
So do you have a template, or a document?

The basic plan of attack for something similar to a Wizzard would be:

Instead of "<header>" and "<footer>", place bookmarks where you want the input to go.

Make a simple userform with appropriate controls for user input and a command button.

Assign the entered values from the user input to the bookmarks.

However, for two simple entries, it would probably be easier to use an ASK or FILLIN field.
 
Exactly. You need to spec out exactly what it is you want to do.

ASK and FILLIN field, or a userform will do the trick. But it is hard to fully say as we do not really kno what:

<header>
<author>

means. Are these literal? It is literally <header>, as a string?

faq219-2884

Gerry
My paintings and sculpture
 
I've made my own template from scratch and <header> can be replaced with "The story about Coke" and <author> can be replaced with "John Doe".

Where can I find ASK and FILLIN?
 




"Where can I find ASK and FILLIN?"

Hmmmmmm???? Did you try word HELP?


Skip,

[glasses]I'll be dressed to the nines this week, as I go to have my prostatectomy...
Because, if I'm gonna BE impotent, I want to LOOK impotent![tongue]
 





WHY??????????????????

Skip,

[glasses]I'll be dressed to the nines this week, as I go to have my prostatectomy...
Because, if I'm gonna BE impotent, I want to LOOK impotent![tongue]
 
So I didn't need to use m$ help. OMG lame discussion...
 



"So I didn't need to use m$ help"

But you DID need to use HELP!

You need to do ALL your homework before asking questions. You will get help here for things that you cannot find yourself, but not lazy questions.

Skip,

[glasses]I'll be dressed to the nines this week, as I go to have my prostatectomy...
Because, if I'm gonna BE impotent, I want to LOOK impotent![tongue]
 
webbywally....and there you go. Precisely why we did not just hand you something. In future it also helps us to respond better when someone answers direct questions. I still do not know if <author> is a string literal, or a field, or a bookmark. However, if the tutorial got you to where you want to be, that is good.

"But I don't get why you couldn't tell me where it was in the beginning? " Actually, Skip did tell you where it was....in Help.

faq219-2884

Gerry
My paintings and sculpture
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top