Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Aalaan Aalaan is offline
external usenet poster
 
Posts: 88
Default Peculiar behaviour of form

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X) and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on this
bizarre behaviour?


  #2   Report Post  
Posted to microsoft.public.word.newusers
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Peculiar behaviour of form

Hi Aalaan,

Does that form have any macros that could be misbehaving? Possibly one
that's assigned to the down-arrow?

--
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 Sat, 24 Feb 2007 05:47:26 +1100, "Aalaan"
wrote:

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X) and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on this
bizarre behaviour?

  #3   Report Post  
Posted to microsoft.public.word.newusers
Aalaan Aalaan is offline
external usenet poster
 
Posts: 88
Default Peculiar behaviour of form

How do I check? (Word 2000)

"Jay Freedman" wrote in message
...
Hi Aalaan,

Does that form have any macros that could be misbehaving? Possibly one
that's assigned to the down-arrow?

--
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 Sat, 24 Feb 2007 05:47:26 +1100, "Aalaan"
wrote:

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X) and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on
this
bizarre behaviour?



  #4   Report Post  
Posted to microsoft.public.word.newusers
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Peculiar behaviour of form

The easiest way to find out what's assigned to a shortcut key is to
press Ctrl+Alt and the + sign on the number pad, then press the
shortcut in question. The Customize dialog will pop up and display the
assignment, if any. See item 9 in the first group at
http://www.word.mvps.org/FAQs/Macros...efFilename.htm.

To find macros, open the Tools Macro Macros dialog and see what's
in the list. If a macro is in Normal.dot or the base template for the
document, you'll be able to select the macro and click the Edit button
to see the code. If the macro is in an add-in, you can select the
macro but the Edit button will be disabled -- you would have to open
the add-in (using the File Open dialog) first to enable it.

--
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 Sat, 24 Feb 2007 15:58:48 +1100, "Aalaan"
wrote:

How do I check? (Word 2000)

"Jay Freedman" wrote in message
.. .
Hi Aalaan,

Does that form have any macros that could be misbehaving? Possibly one
that's assigned to the down-arrow?

--
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 Sat, 24 Feb 2007 05:47:26 +1100, "Aalaan"
wrote:

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X) and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on
this
bizarre behaviour?


  #5   Report Post  
Posted to microsoft.public.word.newusers
Aalaan Aalaan is offline
external usenet poster
 
Posts: 88
Default Peculiar behaviour of form

Thanks Jay.

So I loaded in the form and went Tools | Macro | (then Macros was greyed
out)

Tried CTRL-ALT + then downarrow. Nothing shown.

The mystery continues.


"Jay Freedman" wrote in message
...
The easiest way to find out what's assigned to a shortcut key is to
press Ctrl+Alt and the + sign on the number pad, then press the
shortcut in question. The Customize dialog will pop up and display the
assignment, if any. See item 9 in the first group at
http://www.word.mvps.org/FAQs/Macros...efFilename.htm.

To find macros, open the Tools Macro Macros dialog and see what's
in the list. If a macro is in Normal.dot or the base template for the
document, you'll be able to select the macro and click the Edit button
to see the code. If the macro is in an add-in, you can select the
macro but the Edit button will be disabled -- you would have to open
the add-in (using the File Open dialog) first to enable it.

--
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 Sat, 24 Feb 2007 15:58:48 +1100, "Aalaan"
wrote:

How do I check? (Word 2000)

"Jay Freedman" wrote in message
. ..
Hi Aalaan,

Does that form have any macros that could be misbehaving? Possibly one
that's assigned to the down-arrow?

--
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 Sat, 24 Feb 2007 05:47:26 +1100, "Aalaan"
wrote:

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X)
and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want
them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on
this
bizarre behaviour?






  #6   Report Post  
Posted to microsoft.public.word.newusers
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Peculiar behaviour of form

To enable either of these methods, you'll have to unprotect the form
first. But there's probably nothing there anyway.

--
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 Sun, 25 Feb 2007 17:38:43 +1100, "Aalaan"
wrote:

Thanks Jay.

So I loaded in the form and went Tools | Macro | (then Macros was greyed
out)

Tried CTRL-ALT + then downarrow. Nothing shown.

The mystery continues.


"Jay Freedman" wrote in message
.. .
The easiest way to find out what's assigned to a shortcut key is to
press Ctrl+Alt and the + sign on the number pad, then press the
shortcut in question. The Customize dialog will pop up and display the
assignment, if any. See item 9 in the first group at
http://www.word.mvps.org/FAQs/Macros...efFilename.htm.

To find macros, open the Tools Macro Macros dialog and see what's
in the list. If a macro is in Normal.dot or the base template for the
document, you'll be able to select the macro and click the Edit button
to see the code. If the macro is in an add-in, you can select the
macro but the Edit button will be disabled -- you would have to open
the add-in (using the File Open dialog) first to enable it.

--
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 Sat, 24 Feb 2007 15:58:48 +1100, "Aalaan"
wrote:

How do I check? (Word 2000)

"Jay Freedman" wrote in message
...
Hi Aalaan,

Does that form have any macros that could be misbehaving? Possibly one
that's assigned to the down-arrow?

--
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 Sat, 24 Feb 2007 05:47:26 +1100, "Aalaan"
wrote:

I have a new client who sends me instructions on a predesigned form in
Word. I have to reply by clicking on checkboxes (which produces an X)
and
adding comments in allocated places, then sending back the form. I found
that random boxes were apparently becoming checked when I didn't want
them
to be. I have eventually traced this to the operation of the keyboard
down-arrow key. If it is used random boxes become checked but if the
mousewheel is used for navigation all is OK. Can anybody throw light on
this
bizarre behaviour?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get rid of this annoyinh behaviour... Hansje Microsoft Word Help 3 August 1st 05 10:31 AM
DOES ANYBODY KNOW? - Peculiar Print Layout Display Pat Garard Microsoft Word Help 7 May 30th 05 01:17 AM
Odd language behaviour Ken Murphy Mailmerge 2 May 10th 05 04:04 PM
new, odd behaviour JulieD New Users 2 February 6th 05 10:22 AM
New document behaviour fitzer Microsoft Word Help 2 January 28th 05 08:19 PM


All times are GMT +1. The time now is 05:43 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"