bottom
Great WordTips!
         
Your e-mail address is safe!
Close Note

Tips.Net > WordTips Home > Editing > Talking to Yourself Using WordBasic Hidden Text

Talking to Yourself Using WordBasic Hidden Text

Summary: Using Word's hidden text attribute, you can easily add notes for just your use. This tip includes a WordBasic macro to make the task a snap. (This tip works with Microsoft Word 6, and Word 95.)

If you are like me, when you write you make notes to yourself so you don't forget parts of the manuscript that may need more work or so you can jog your memory. Hidden text is great for this purpose, because you can hide your notes at any time so that others don't see them on the screen or in a printout. I found that I added enough notes that I wanted to create a macro that would insert a paragraph prior to the one in which I am working, and then format the paragraph as hidden text so I can enter my note. The result is the AddNote macro. The following version is in WordBasic, and it creates a red-text hidden paragraph.

Sub MAIN
ParaDown 1
ParaUp 1
InsertPara
CharLeft 1
Style "Normal"
FormatFont .Points = "11", .Underline = 0, .Color = 6, \
.Strikethrough = 0, .Superscript = 0, .Subscript = 0, \
.Hidden = 1, .SmallCaps = 0, .AllCaps = 0, \
.Spacing = "0 pt", .Position = "0 pt", .Kerning = 0, \
.KerningMin = "", .Tab = "0", .Font = "Arial", .Bold = 1, \
.Italic = 0, .Outline = 0, .Shadow = 0
Insert "Note: "
End Sub

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


Step Up and Take Control! Subscribers to WordTips know just how valuable a resource it is. WordTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on WordTips archives and e-books.
 
Check out WordTips Premium today!

Helpful Links

Ask a Word Question
Make a Comment

Tips.Net Home
Vital News Home

WordTips FAQ
WordTips Premium

Learn Access Now

Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

 

Great Info!

Get tips like this every week in WordTips, a free productivity newsletter. Enter your e-mail address and click "Subscribe."
     
(Your e-mail address will never be shared with anyone, ever.)