|
Host your Web site with PureHost! |
![]() Sunday, July 31, 2011 – Permalink – PowerPoint PunditsConnect with other PowerPoint usersMicrosoft has put together a list of locations, forums, blogs, etc. that cover PowerPoint. You'll probably find that your question has been answered at one of these spots. Office.Microsoft.com See all Topics Labels: PowerPoint <Doug Klippert@ 3:24 AM
Comments:
Post a Comment
Saturday, July 30, 2011 – Permalink – Privacy is goneHide that searchWe're not alone in the great world-wide internet. "In 2006, AOL unwittingly divulged the personal lives of 650,000 customers by publishing their search histories as research data. Despite AOL's attempts to anonymize the info, the New York Times quickly outed a 62-year-old lady in Georgia whose searches revealed her dog was wetting the upholstery." Slate.com See all Topics Labels: Internet <Doug Klippert@ 3:46 AM
Comments:
Post a Comment
Friday, July 29, 2011 – Permalink – More than SudokuGame with Excel"IT may be the biggest tool in the Office, but Microsoft Excel can be cool too" Here's an article on off-prescription Excel. Play with Excel Here are some of the games you can play for free:
See all Topics Labels: Excel <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Thursday, July 28, 2011 – Permalink – 25 Chickens and a RoosterSmall change(s)Changing The Present is a 501(c)(3) nonprofit website offering gifts that make a difference.
ChangingthePresent.org See all Topics Labels: Addendum <Doug Klippert@ 3:25 AM
Comments:
Post a Comment
Wednesday, July 27, 2011 – Permalink – Meeting MethodsMore than name tagsOutlook (the big guy, not Express) has tools to facilitate Appointments, Meetings, and Events Here are a few of the 31 suggestions:
Here are a few of the items:
Slipstick.com: Scheduling Resources Meeting Name tags See all Topics Labels: Outlook <Doug Klippert@ 3:41 AM
Comments:
Post a Comment
Tuesday, July 26, 2011 – Permalink – ViewerPortable PowerPointIf you have to show your presentation on a machine that does not have PowerPoint installed, you can use " Package for CD. " Before 2003 it was named "Pack and Go." Go to File> Package for CD ... The Dialog box will walk you through the process and offer to include the PowerPoint Viewer. ![]() The problem with the earlier versions of PowerPoint, through 2002, was that the viewer only handled the features available in PowerPoint 97. The PowerPoint 2003 Viewer lets you view full-featured presentations created in PowerPoint 97 and later versions. Here is the download location for the PowerPoint 2003 Viewer:
Microsoft: "Want to truly impress your customers with a multimedia presentation about your business? You can easily make your Microsoft Office PowerPoint 2003 presentations more portable by burning them onto a CD. By including the new free PowerPoint 2003 presentation viewer on the CD, presentations can be distributed to and viewed by audiences who do not use Microsoft Office." PP Tools: Downloads and descriptions for other versions See all Topics Labels: PowerPoint <Doug Klippert@ 3:04 AM
Comments:
Post a Comment
Monday, July 25, 2011 – Permalink – Medical UntruthsThey say it isn't soFor instance:
And More: The Guardian: Medical Myths See all Topics Labels: Addendum <Doug Klippert@ 3:19 AM
Comments:
Post a Comment
Sunday, July 24, 2011 – Permalink – Resize FormIt's fitting
Labels: Access <Doug Klippert@ 3:32 AM
Comments:
Post a Comment
Saturday, July 23, 2011 – Permalink – Page BreaksDemo tutorial
Ctrl+Enter is the keyboard shortcut, but there are a number of variations.
Labels: Word <Doug Klippert@ 3:21 AM
Comments:
Post a Comment
Friday, July 22, 2011 – Permalink – Change Info BoxMake up your ownWhen you press the Windows key + Break, you'll see the properties window with the standard manufactures data/ad. The How to Geek shows how to change this. There is also a registry file that can be downloaded to make the basic entries. ![]() Customize support info See all Topics Labels: Windows <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Thursday, July 21, 2011 – Permalink – Word News (Still)Here's another good newsletterEditorium Jack M. Lyon, a book editor who got tired of working the hard way and started creating programs to automate editing tasks in Microsoft Word. He's been editing more than twenty years and started working on the computer in 1985. (Unfortunately has not published recently, but still full of good information) A few back issues of Editorium Update arranged chronologically:
See all Topics Labels: Word <Doug Klippert@ 3:34 AM
Comments:
Post a Comment
Wednesday, July 20, 2011 – Permalink – Date ArithmeticThe drunken cousinWorking with dates has a few twists. Excel believes that time began on January 1, 1900. Each day since then is counted so that September 1, 2003 in Excel-speak would be → 37,865. 9/1/03 7:33 A.M. is a decimal → 37865.31458333333 When you subtract one date from another, for instance 9/1/2003 (A1)minus 7/4/2001 (A2), Excel displays the odd answer of → 2/27/1902. Excel formats the result of a formula with the same format as the source cells, Right-click the formula cell (=A1-A2). Select Format Cells ..., and then choose a Number format with zero decimals. The correct number of days → 789 will now be displayed. Another way is to use the rarely documented DATEDIF function. Chip Pearson calls it "the drunken cousin of the Function family." =DATEDIF(EarliestDate,LatestDate,Interval) =DATEDIF(A2,A1,"d")
Also: "Many users are surprised to discover that Excel cannot work with dates prior to the year 1900. The Extended Date Functions add-in (XDate) corrects this deficiency, and allows you to work with dates in the years 0100 through 9999." MS Knowledge Base: How To Use Dates and Times in Excel See all Topics Labels: Excel <Doug Klippert@ 3:12 AM
Comments:
Post a Comment
Tuesday, July 19, 2011 – Permalink – HTML PreviewHTML TesterThere you are, out in the wilderness of PCdom without a copy of FrontPage around. How do you find out what HTML tags looks like? (fire up notepad, save the file, open with a browser) ![]() HTML Preview Preview HTML in a new window by entering it into the form. This script allows you to pass anything to a new window. Instructions help you create a preview on your own web page. Such as: HTML TEST BED See all Topics Labels: Expression Web, HTML, Internet <Doug Klippert@ 3:55 AM
Comments:
Post a Comment
Monday, July 18, 2011 – Permalink – Snowflake PatternsCut your ownYou can create your own cutout snowflakes and the down load the patterns. ![]() ![]() Snowflakes.LookandFeel.com See all Topics Labels: Addendum <Doug Klippert@ 3:54 AM
Comments:
Post a Comment
Sunday, July 17, 2011 – Permalink – Quickly Query Table NamesChange by codeIf you've ever developed a dozen or more complex queries, then had to change one of the table names, you know how frustrating it can be to all but rebuild the queries in the Query Design view grid by changing the table name in each cell. One quick alternative is to choose View >SQL View while the query is open and then cut and paste all the SQL code into Word. Next, do a Find and Replace, changing all the instances of the old table name to the new table name. Finally, copy and paste the SQL statements back into the SQL view of your Access queries. When you go back to the QBE, the new table will replace the old one. ![]() See all Topics Labels: Access <Doug Klippert@ 3:43 AM
Comments:
Post a Comment
Saturday, July 16, 2011 – Permalink – Bad WordsNot the best featuresKatherine Murray from TechRepublic, lists ten word features that can be replaced with the new tools. #1: The Font dialog box (She says use Themes, I prefer to control individual components) #2: Mark As Final (I agree, it's not that Final) #3: Save As Word XML (I agree. "Today’s Word is completely built on Office OpenXML, so now all the files you create and save in Word 2007 are actually saved in XML". ) #4: Mail Merge Wizard ( I agree. Mail merge is not that hard. It is only made more difficult with the Wizard) #5 Drawing Canvas (Down with the Canvas!) #6: Signature Line #7: Web Tools #8: Document Map #9: Microsoft Clip Organizer #10 Document Properties 10 features you can skip See all Topics Labels: Word <Doug Klippert@ 3:09 AM
Comments:
Post a Comment
Friday, July 15, 2011 – Permalink – Reset Shortcut MenuContext menu redoFor some reason (to be determined later) my shortcut menu started to accumulate a string of "Edit Formula" and "Delete Formula" entries. They didn't cause a problem, but were distracting. This little VBA code puts it back to the original settings until I can find a cause. Sub ResetShortcutMenu()
Application.CommandBars("Cell").Reset
End SubMacros that Customize and Control Shortcut Menus See all Topics Labels: Excel <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Thursday, July 14, 2011 – Permalink – Office VBA TricksVideo + Free code"Learn tips and use sample code for several Office applications. These tips can help you to be more productive and can also be a starting point for developing your own tools, utilities and techniques."
VBA Tips & Tricks Getting Started with VBA in Office 2010 (VBA is VBA and is, in most cases, usable in all versions of Office) See all Topics Labels: Excel, PowerPoint, Windows, Word <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Wednesday, July 13, 2011 – Permalink – Background TemplatesFresh materialAfter seeing a few PowerPoint presentations, all of the backgrounds and graphics included with Office, start to look alike.
Labels: PowerPoint <Doug Klippert@ 3:31 AM
Comments:
Post a Comment
Tuesday, July 12, 2011 – Permalink – Goog 411Ease of use
Dial (1-800) GOOG-411, on your obnoxious cell phone. Speak your location and what you are looking for and you'll be connected to the harassed barista of your choice. There is no charge for the service. <Doug Klippert@ 3:30 AM
Comments:
Post a Comment
Monday, July 11, 2011 – Permalink – Info on the DesktopFree gadgetIf you use the Windows Live sidebar, this might come in handy. Outlook Info shows information from MS Outlook; Number of emails, upcoming appointments, and tasks. You can choose one of the build-in skins or create your own skin! Possible to choose a folder to monitor. Outlook Info See all Topics Labels: Outlook <Doug Klippert@ 3:31 AM
Comments:
Post a Comment
Sunday, July 10, 2011 – Permalink – Tesla's BirthdayJuly 10, 1856There has been an attempt to make July 10, the birth date of Nikola Tesla, Global Energy Independence Day. The purpose is to promote emerging energy technologies that move us away from oil dependence. ![]() Happy Birthday Tesla Tesla - The Lost Wizard Tesla Coil Tesla cage of death See all Topics Labels: Addendum <Doug Klippert@ 3:09 AM
Comments:
Post a Comment
Saturday, July 09, 2011 – Permalink – Add Objects to the Query GridEasy additionsIf you need to add a table or query to a query you're building in Design view, you most likely click the Show Table button, drag the appropriate objects from the resulting dialog box, and then close the dialog box. However, there's a much easier way to do this. Simply drag the table or query object's icon directly to the gray background of the query design grid. This same technique also works with Access's Relationships window. See all Topics Labels: Access <Doug Klippert@ 3:14 AM
Comments:
Post a Comment
Friday, July 08, 2011 – Permalink – Chiropractics for ExcelKnead and pound numbersChad Rothschiller, a program manager on the Excel team, discusses using formulas to 'clean up' data in Excel. |