
|
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! |
![]() Sunday, June 21, 2009 – Permalink – Clip Art at HomeInstall moreDo you remember all of the clip art that was available locally with Office XP? When you have an Internet connection, you have access to the Office Online collection, but if you would like more clip art installed on your machine: A small amount of sample clip art images was included The 2007 Office systems and Office 2003 and is part of the "local collection" that is searched when you do not have Internet access to the Microsoft Office Online Clip Art and Media Web site. Office 2003 no longer included a media content CD with additional clip art. However, the Microsoft Office XP Media Content CD can still be installed locally or on a network share.Support.Microsoft.com How to add clip art to Clip Organizer in a 2007 Office system and in Office 2003 See all Topics word Labels: Graphics <Doug Klippert@ 3:04 AM
Comments:
Post a Comment
Wednesday, June 17, 2009 – Permalink – VBA Variable ProblemsExplicit protectionIt's good practice to always use the Option Explicit statement in the beginning of your code modules to ensure that all variables are unambiguously declared in your procedures. With this process in place, you'll receive a "Variable not defined" error if you try to execute code containing undeclared variables. Without this statement, it's possible to mistype variable names, which would be interpreted as new Variant type variables. This could severely impact the results of your code, and you might not ever know it. If you do find a problem, tracking down where the error is can be a chore. Although you can manually type the statement into your modules, changing a setting in Access can ensure that the statement is always added to new modules.
See all Topics word Labels: VBA <Doug Klippert@ 3:36 AM
Comments:
Post a Comment
Monday, June 15, 2009 – Permalink – SQL Warning in WordMerge Ahead!When you open a Word mail merge main document that is linked to a data source, you may receive the following message: Opening this will run the following SQL command: ![]() This message helps protect you from unintentionally sending data to a malicious user. To suppress this message, you must first create the following registry key:
Microsoft KB 825765 Installing Office XP SP3 appears to cause the same problem. For Word 2002 (XP also known as 10.0) you need to place the registry key in: HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Word\Options (Thanks to Brian Livingston at WindowsSecrets.com for pointing the way to a solution) See all Topics word Labels: Merge <Doug Klippert@ 3:15 AM
Comments:
Post a Comment
Monday, June 08, 2009 – Permalink – Art and WordsOne picture can mess up a thousand wordsLinda Johnson has put together a well laid out basic tutorial about combining text and graphics on a page. Aligning Text and Graphics in Word I might have added "Edit Wrap Points"; a feature that allows more control over how text wraps around a picture. Also the use of Format>Picture from the menu. The Layout tab on the dialog box has an Advanced button. The Advanced Layout section presents more precise layout choices if needed. Linda dismisses the Drawing Canvas that pops up in Word 2002+. I think she is correct, in most situations. For more information on the "DC" see: Drawing Canvas - More than I want See all Topics word Labels: Formatting, Graphics, Tips <Doug Klippert@ 3:34 AM
Comments:
Post a Comment
Tuesday, June 02, 2009 – Permalink – PowerPoint Bloats WordDiet tipsFor various reasons, it can be helpful to send a PowerPoint show to Word. You can have great looking handouts and be able to format the document in ways that are not possible in PowerPoint. The problem can be the size of the resultant file. One of the easier, more practical ways to slim the doc down is to break the OLE links. The size of a Word document may be 20 to 50 times larger than a PowerPoint presentation when you send the presentation to Word.Support.microsoft.com Size of Word Document See all Topics word Labels: Tips <Doug Klippert@ 3:13 AM
Comments:
Post a Comment
|