PPL
Sun Mar 18 09:08:16 CDT 2007
Thanks for your informative reply Jonathan. From the details you've given
me, I now have somewhere to start looking!
I've used UserForms before, but I am hoping not to have to re-invent the
wheel.
I guess I'm looking for the capability of using Forward and Back buttons
without having to write reams of code allowing the history of user actions
to be retrieved.
I'll take a lok at the refererences that you've suggested and see if I come
up with anything. The Batch Conversion Wizard sounds interesting I'll see if
I can get some ideas from that.
Thanks again Jonathan.
Philip
"Jonathan West" <jwest@mvps.org> wrote in message
news:%23$T%2333TaHHA.588@TK2MSFTNGP06.phx.gbl...
>
> "PPL" <pp2@shaw.ca> wrote in message news:yDYKh.31295$DN.6493@pd7urf2no...
>> I'd like to use VBA to write a wizard that handles a series of
>> conditionals.
>> If this then display that; with next and previous capability. Is this
>> possible in VBA please?
>> TIA
>>
>> Philip
>>
>>
>
> Hi Philip,
>
> Yes, this is possible.
>
> The user interface would be a UserForm. Take a look at this article for
> how to create one of those
>
> How to create a Userform
>
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
>
> On the UserForm, you will probably want a MultiPage control to handle
> displaying groups of items. If you have done a complete install of Office,
> you will probably be able to find the Batch Conversion Wizard as one of
> the templates installed. Take a look at the code in that.
>
>
> --
> Regards
> Jonathan West - Word MVP
> www.intelligentdocuments.co.uk
> Please reply to the newsgroup
>
>