
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Thursday, March 31, 2011 – Permalink – Insert Line Breaks with CodeLabel Captions
To successfully insert a line break in a label caption, you need to include both a line feed character and a carriage return character, entered consecutively.
Me.Label1.Caption = "Line 1" & _ Chr(13) & Chr(10) & "Line 2" However, you can also simplify your code using an built-in constant: Me.Label1.Caption = "Line 1" & vbCrLf & "Line 2" See all Topics word <Doug Klippert@ 3:33 AM
Comments:
Post a Comment
Sunday, March 27, 2011 – Permalink – Office Art2007 choices
Labels: Customize, Formatting, General, Graphics, Tips, Tutorials <Doug Klippert@ 3:08 AM
Comments:
Post a Comment
Saturday, March 26, 2011 – Permalink – Bad TypographyUgly when you look close
<Doug Klippert@ 3:45 AM
Comments:
Post a Comment
Monday, March 21, 2011 – Permalink – Create a TemplateMore of a good thingAfter putting together the ultimate proposal, or dunning notice, you can save the document as a template so that you don't have to re-invent the whole thing. Here's how to do it in Word 2007-10. (Earlier versions also use "Save As")
Create a new template Also: Templates are digital stencils See all Topics word Labels: Documents, General, Reference, Templates, Tips, Tutorials <Doug Klippert@ 3:52 AM
Comments:
Post a Comment
Sunday, March 13, 2011 – Permalink – Use the RulerMeasure by MeasureHere is an article that explores the use of Word's Rulers.
Labels: Documents, Formatting, General, Reference, Tips <Doug Klippert@ 3:13 AM
Comments:
Post a Comment
Saturday, March 05, 2011 – Permalink – ContinuedMore to come
Labels: Documents, Fields, Formatting, General, Reference, Tips, Tutorials <Doug Klippert@ 3:58 AM
Comments:
Post a Comment
Tuesday, March 01, 2011 – Permalink – And then there was WordRemember the pastAs one writer put it: "Before the development of personal computers and word processing software, Chris Pratley, a Microsoft Program Manager, started with the Excel team in 1994 and then worked with the Word team. He has written about the early days: Let's talk about Word And more Word words: Also see: WordStar Resource Site (Includes a WordStar emulator for Word) Also see: Let's talk about Word And more Word words: Key Events in Microsoft History Also see: WordStar Resource Site (Includes a WordStar emulator for Word) Also see: In Search of Stupidity See all Topics word <Doug Klippert@ 3:28 AM
Comments:
Post a Comment
|