Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Arranging Document Windows

Specifying a Backup Location

Controlling Chart Gridlines

Merging Table Cells

Collapsing and Expanding Subdocuments

Zooming With the Keyboard

Initiating a New Search

 

Displaying the Time

Summary: If you use an older version of Windows, this WordBasic macro may be useful to you. (This tip works with Microsoft Word 6, and Word 95.)

This is a spiffy little tip that I find useful, particularly if you are running Word on a version of Windows before Windows 95. I'll admit it--I don't particularly care for the Clock accessory of Windows. It can be so distracting to always be there, and I have this aversion to having lots of programs running at the same time. (Something about wasting system resources on non-essential programs, I think.) However, it is still nice to know what time it is once and a while. The following very short macro, ShowTime, displays the current time in a message box. You can assign this macro to a shortcut key or to a toolbar button. In that way, you can see the time whenever you want, without the necessity of wasting system resources.

Sub MAIN
MsgBox Time$(), "Time Marches On", 64
End Sub

Again, this macro may only be truly useful for those using Windows 3.11 or Windows NT 3.x. If you are using a newer version of Windows, then the current time is normally displayed at the right side of the task bar.

Tip #111 applies to Microsoft Word versions: 6 | 95

Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.
 
Check out Word 2007 Styles and Templates today!