Hi =?Utf-8?B?UmdvZHdpbg==?=,
I need create a form were each character typed goes into a different field?
I am not to adverse on setting up fields and I am not sure if that is what I
am relly trying to do.
This can't be done in a Word document or at least not in a user-friendly
manner. You could use Form fields (from the Forms) toolbar and set the field
length to 1 (one). But the user would have to press TAB to move to each
succeeding field.
I do NOT recommend ActiveX controls from the Controls toolbox if you need more
than a very few fields. With VBA it would be possible to make the focus "jump",
but a document gets unstable very quickly if you insert many controls.
Best would probably be to construct a UserForm (custom dialog box). To pursue
this, I suggest asking in the group
news://msnews.microsoft.com/microsoft.public.word.vba.userforms
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail
