Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Tech Tips & Tricks
Tag Cloud
access audio black screen blue screen boot bsod connection crash desktop driver drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor ram recovery registry cleaner router safe mode screen slow sound spyware trojan upgrade video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > General Technology > Tech Tips & Tricks >
Scrolling lines in MS-Word97

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
oscar51's Avatar
Senior Member with 525 posts.
 
Join Date: Nov 1999
Location: Lancaster CA
Experience: Over-the-hill
10-Aug-2000, 06:35 PM #1
Because I learned to use computers before the device called a "mouse" was invented, I prefer to use keyboard-activated commands whenever possible. In particular -- and because after all these years I still cannot get used to clicking on the "up" arrow to get the lines of text on the screen to move "down" -- I use two very short macros in MS-Word97 to scroll the lines on the screen up and down. These macros are assigned to the following key combinations:
Ctrl+e will scroll the lines up.
Ctrl+d will scroll the lines down.
The cursor will not move with the lines but will maintain its position on the screen except when it crosses blank lines or page breaks.

These key commands allow me to scroll lines up or down with my left hand while making fine adjustments to the cursor position using the cursor keys with my right hand. I can then type and scroll and move the cursor without removing my hand(s) from the keyboard.

I am aware that the scroll button on newer mice will do something similar. But if you do not have a scroll button on your mouse OR the scroll button is assigned to some other function OR you do not want the cursor to move with the lines OR you do not want to use the mouse, these key commands may be useful to you.

Macro assigned to shortcut key: Ctrl+e
Sub ScrollLinesUp()
ActiveWindow.ActivePane.SmallScroll Down:=1
Selection.MoveDown Unit:=wdLine, Count:=1
End Sub

Macro assigned to shortcut key: Ctrl+d
Sub ScrollLinesDown()
ActiveWindow.ActivePane.SmallScroll Down:=-1
Selection.MoveUp Unit:=wdLine, Count:=1
End Sub
dosman's Avatar
Junior Member with 2 posts.
 
Join Date: Aug 2000
11-Aug-2000, 12:28 PM #2
thanks for your reply. I am interested though
in not being at the mercy of the program
developer to allow this work "some of the time" but not all the time. Also, in my
opinion, windows macros are virtually useless
for a very fast mouse user because in order
to move quickly one must be able to keep one
hand on the mouse and execute the macro
with the other hand. go figure - try typing
cntrl-f5, then shift f4 Very rapidly with ONE hand - I have long fingers and it's still a stretch. in the dos era i could simply hit f5, then f4 and define those myself. Also bill gates took F1, probably one of the most valuable function keys to any designer. okay, i've blown my steam for today -
thanks.
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 05:24 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.