Click the Office button and choose Word Options at the bottom of the
menu. Click the Advanced tab, scroll down to the Display category, and
make sure the boxes for "Show horizontal scroll bar" and "Show
vertical scroll bar" are checked.
I'd have no idea how they would get turned off without you knowing
about 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.
Jayne Baer
When you open a document and the scroll bars are turned off, does it stay that
way if you repeatedly turn on the options, shut down Word, and reopen the same
document? In other words, can you associate particular documents with the bars
being turned off?
If not, then you may have to go through a fairly tedious set of experiments.
Remove one add-in, and use Word for a while. If the problem still happens,
restore that add-in and remove a different one. (Keep notes so you know which
ones you've tried already.)
The view option settings are stored in a registry key (explained in
http://www.word.mvps.org/FAQs/Customization/DataKeySettings.htm). Sometimes it
may help to delete that key and let Word build a new one.
On Tue, 5 Feb 2008 16:30:00 -0800, Jayne <Ja...@discussions.microsoft.com>
wrote:
With ActiveWindow
.DisplayHorizontalScrollBar = True
.DisplayVerticalScrollBar = True
End With
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Contrary to what others might believe, (that there are 'gremlins' in the
Registry <grin>), the likely culprit is macro in either an add-in or
template. (If it only happens on occasion and the same setting or settings
are being changed then I'd say the macro is in template you are using. Do
you recall if there is a template you use on occasion that contains macros?
Note this situation is easy to create by someone who's familiar with the
Macro Recorder but not familiar enough with VBA to modify what they recorded
and remove unnecessary statements. For example, if someone uses the Macro
Recorder to "record" themselves modifying a setting in their Options dialog
box the state of *every* single option is recorded as well*. So if their
macro runs on your computer you end up with their personalized preferences
and not your own. (Unfortunately many add-in developers (even Microsoft)
make this mistake too, or they don't care enough to store your settings
prior to making their changes and returning your settings when their macro
is finished running.)
*Thankfully in Word 2007 the Macro Recorder will no longer record every
option in the Word Options dialog box and records only those options that
were explicitly modified when using the Macro Recorder so hopefully someday
will see less of this issue.
Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/books/9801.aspx#AboutTheBook
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
"Rob Kraft" <RobK...@discussions.microsoft.com> wrote in message
news:5DC92D8F-49B1-40CB...@microsoft.com...
I go to the Word Options and recheck the "Show horizontal scroll bar"
property.
That is the only setting change that I have noticed.
I currenty have 3 active Addins (PDFMofficeAddin.dll from Acrobat,
GoogleDesktopOffice.dll, and FName.dll from Microsoft). I see 5 inactive
"Smart Tag" addins and 3 inactive "Document Inspector" addins - all from
Microsoft.
I have all default security settings, except I have Vista UAC disabled.
If that's not it then the likely suspect is PDFMofficeAddin.dll The Adobe
developers are notorious for adding irrelevant code and depending on the
version of the add-in you are using it's also known to discard all changes
in your Normal template when you exit Word. I haven't heard anything about
them correcting this error so it's a poorly behaved add-in to start with --
I'd disable it. You can still use the Adobe printer or the PDF Add-in
Microsoft has included for PDF creation. (If you don't know about the MS PDF
Add-in let us know and we'll help you with it.)
FName.dll is a SmartTag and it doesn't modify your settings, nor does the
Document Inspector. I'm not sure about the Goggle add-in since I don't use
it.
Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/books/9801.aspx#AboutTheBook
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
"Rob Kraft" <RobK...@discussions.microsoft.com> wrote in message
news:1F72BBF8-95EA-49ED...@microsoft.com...
I plan to keep the Adobe PDF maker, even if it is the source of the problem.
Now that I know how to correct it, it is just a minor annoyance; and the
Adobe PDF maker creates much smaller PDF files than any PDF makers not made
by Adobe.
Thanks for your time!
What I might try is to delete the normal.dotm template and let Word
recreate it and see if it still happens--before I put the one add-in I have
back into it. But it seems to me that if the problem is due to the add-in,
it would happen on all my documents, not just some of them.
If i figure this out, I'll post my solution. I was hoping it was due to
something obvious that someone might already be aware of and the fix would be
quick and painless. (Dream on, eh?)
Or you could use the macro Graham provided as a workaround and forget about
finding the underlying cause.
I'm the type that wants to know *why* so if you'd rather find the source I'm
happy to help troubleshoot. :-)
Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/books/9801.aspx#AboutTheBook
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
"Rob Kraft" <RobK...@discussions.microsoft.com> wrote in message
news:A2B6388E-32E2-4D7C...@microsoft.com...
Even though it hasn't been installed long there could still be an add-in
causing the problem. What do you have listed when you click the Office
Button, click Word Options, and then click Add-ins?
Also, the scrollbar settings are stored in the Registry and not the Normal
template. I mentioned this issue, caused by the PDFMaker add-in, just in
case Rob encounters that problem as well. :-)
Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/books/9801.aspx#AboutTheBook
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
"Jayne" <Ja...@discussions.microsoft.com> wrote in message
news:865A27EA-A1FF-4EE6...@microsoft.com...