by Laura | May 17, 2019 | Microsoft Word Tips
The name of the style is Line Numbers. To change the color (or any other attribute) of the style, click on the Style Panes launcher on the Home tab. Alternately, you can press Shift+Ctrl+Alt+S. The styles pane will open. If all of the styles are not showing, click...
by Laura | May 17, 2019 | Microsoft Word Tips
Try clicking on Table Properties and going to the Row tab. De-select the option to let rows break across pages. If that doesn’t make the table fit, you can also select some of the text and set line spacing to slightly less than 1 line. Start with .98 or...
by Laura | May 17, 2019 | Microsoft Word Tips
On the Developer tab, click on Visual Basic. When the Visual Basic window opens, click on Insert > Module. When the new module appears, copy and past the following code into the area on the right (under General): Sub ApplyHyperlinkStyleToAllLinksInDoc() For...
by Laura | May 17, 2019 | Microsoft Word Tips
You can certainly do this without WordArt. First draw a text box (or choose Simple Text box and then delete the text). After you add the text box, right click and choose Format Shape. On the Fill and Line Color tabs, set to No fill and No line. ...
by Laura | May 16, 2019 | Microsoft Excel Tips
Yes, you can create a macro that does this. You can copy and paste the code below to add the current date and time to the file name of a file. On the Developer tab, click on Visual Basic. When the Visual Basic window opens, click on Insert > Module. When...