View Single Post
  #4   Report Post  
Posted to microsoft.public.word.newusers
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Pop Up Forms ???

Put a space between the word Range and the underscore that follows it.
(It's hard to see in the web page, but it would have been OK if you
had used copy/paste instead of retyping.) See
http://www.word.mvps.org/FAQs/Macros...tEndOfLine.htm for an
explanation.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Tue, 2 Jan 2007 19:54:00 -0800, Michael
wrote:

Hi Jay, thanks heaps for your response and I am nearly there, BUT...

when I run the template, enter my data and hit the command button an error
message occurs which says "compile error: method or data member not found"
and the debugger refers to "Range_"of the line ".Bookmarks(Text1).Range_"

Any ideas?

"Jay Freedman" wrote:

See http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Tue, 2 Jan 2007 16:06:01 -0800, Michael
wrote:

I want to create a pop-up window when a document template is opened that
prompts the user to enter certain information.\

How do I do this?