zavinác

Page 2

One part of using just the keyboard that bugged me for some time wasn't having the capability to go through a Microsoft Word file without simultaneously carrying the cursor. This's an action you'd ordinarily do with the center scroll button on a computer mouse, and by clicking the up and down arrows over the far right aspect of the window. Though I discovered a Microsoft macro you are able to apply to perform the exact same thing, which is a feature that other contemporary text editors as Notepad++ have. A macro is somewhat of code which enables the user to specify automatic behavior. In Word 2010 as well as 2007, you are able to access and put the Macros of yours in the "Developer" Tab, in the "Code" aisle, with the "Macros" button. That can provide up a menu, and also you are able to establish the title of a brand new macro or perhaps alter a macro you currently have. When you establish the title of a brand new macro and make it, it is going to bring up a Visual studio style interface in which you are able to sort the macro inside the macro feature (between the Sub commands). For the scroll up command, apply this macro:

Sub ScrollUp() ActiveDocument.ActiveWindow.SmallScroll Up:=1 Conclusion Sub

For the scroll down command, apply this macro:

Sub ScrollDown() ActiveDocument.ActiveWindow.SmallScroll Down:=1 Conclusion Sub

You are able to then assign these macros computer keyboard shortcuts, so you are able to scroll with your keyboard rather than the mouse of yours! In Word 2010 as well as 2007, you use the rii shortcuts by choosing "File" at the top part, "Options," "Customize Ribbon," then the "Customize" button at the bottom part left alongside the "Keyboard Shortcuts". Whenever a brand new window pops up, locate the "Macros" category at the bottom part of the "Categories" listing. Then choose the ScrollDown macro, and delegate it the shortcut of Ctrl Down. Then choose the ScrollUp macro, and delegate it the shortcut of Ctrl Up. I set these macros to possess keyboard shortcuts of Ctrl Down and Ctrl-Up because that's what other contemporary text editors use for this particular feature by default, which simply is effective. Now you are done! Just simply click close or OK until you are to the document of yours, and also try your brand new shortcuts! Should you want much more detailed directions, see the site, which is exactly where I discovered these macros.


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.