Book

Suggestions


Enter your email address:

Delivered by FeedBurner


Home Page

Bloglines

1906
CelebrateStadium
2006


OfficeZealot

Scobleizer

TechRepublic

AskWoody

SpyJournal












Subscribe here
Add to 

My Yahoo!
This page is powered by Blogger. Isn't yours?

Host your Web site with PureHost!


eXTReMe Tracker
  Web http://www.klippert.com



  Monday, November 30, 2009 – Permalink –

Find the Word

And Replace


Word has one of the most complete and malleable Find/Replace systems of any application.
Here is a 26 page report on how to use it from Editorium.com.
While your there, sign up for the free newsletter.

Advanced Find and Replace for Microsoft Word

"One of Word's most powerful features, especially for editing, is Find and Replace using wildcards and character codes. This free tutorial (a Word document) will take you step by step through what you need to know. If you don't download anything else here, be sure to get this--and work your way through it. It's well worth the effort."


Editorium.com/Freebies



See all Topics

Labels:


<Doug Klippert@ 3:08 AM

Comments: Post a Comment


  Wednesday, November 25, 2009 – Permalink –

Spell Check On

Spell check off


You can run Spelling and Grammar checking in Word by clicking on the ABC icon on the Standard toolbar (it's on the Review ribbon in Word 2007), going to Tools> Spelling and Grammar, or just hitting the F7 key.

As you go through the document, you may find areas that you would like to correct. You don't have to close the Spell checker, just click into the document, make the changes and click Resume in the Spell checker dialog box.

You can also flip focus to the document with Ctrl+Tab.
Then go back to checking with Resume.




See all Topics

Labels: ,


<Doug Klippert@ 3:59 AM

Comments: Post a Comment


  Sunday, November 15, 2009 – Permalink –

Color News

A multidiscipline subject


Here is a study about how color effects a reader's choice of concentration.

It was intended for newspaper publishers, but the same knowledge can be used in Web design, PowerPoint, or any other reporting application. Word and Excel will also benefit.

Color, Contrast, and Dimension in News Design

ColorProject

The Poynter Institute is a school for journalists, future journalists, and teachers of journalists.
Poynter.org




See all Topics

Labels:


<Doug Klippert@ 3:07 AM

Comments: Post a Comment


  Thursday, November 05, 2009 – Permalink –

Change Code to Comments

Fast solution


When you're testing procedures, you can temporarily convert a block of VBA code to comments that will be ignored during a trial run.

Doing so manually by inserting an apostrophe before each line of code can be a real chore.

To simplify this task,
  1. Open any module in the Visual Basic Editor (VBE)
  2. Choose View >Toolbars>Edit from the menu bar to display the Edit toolbar.
  3. Select the lines of code that you want to turn into comments.
  4. Click the Comment Block button on the Edit toolbar (it's the sixth button in from the right end of the toolbar).
Each line of the selected code is now preceded with an apostrophe. To convert the comments back to executable code, select the appropriate lines and click the Uncomment Block button, which is immediately to the right of the Comment Block button.




See all Topics

Labels:


<Doug Klippert@ 3:43 AM

Comments: Post a Comment