inputting data through a simple form ?

N

Neil

hi there, im just want to know, how i can have a little window/form pop up
when i open a document, which will take data such as, name, fax # etc, and
then when i click ok - it will add the date to my word document, save the
document somewhere, name it under one of my fields (such as name), and add a
timestamp to the filename.

is this possible?

if so, how??

thanks,

Neil
 
M

Mark Tangard

1. You've used fields, not bookmarks.

2. You've named the bookmarks in the code differently
from the fields (the fields that should be bookmarks)
in the document.

Fix those and you'll be on your way. This sort of thing
is typically done entirely without fields, so it might
help just to get rid of that term entirely for now.

Also, you made the (painfully easy) misinterpretation of
the underscores in the tutorial. They're supposed to
have a space in front of them. ("Space+underscore" is a line
continuation in VBA.) Actually they DO have a space in
front of them, it's just microscopic in that font....
 

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