|
Host your Web site with PureHost! |
![]() Thursday, September 30, 2010 – Permalink – Look for BulletsFind listsUnless you have used a style to create a bulleted list, it is difficult to search for them. This macro locates any bulleted list (wdListBullet) in your document. Sub FindBullet() Dim rngTarget As Word.Range Dim oPara As Word.Paragraph Set rngTarget = Selection.Range With rngTarget Call .Collapse(wdCollapseEnd) .End = ActiveDocument.Range.End For Each oPara In .Paragraphs If oPara.Range.ListFormat.ListType = _ WdListType.wdListBullet Then oPara.Range.Select Exit For End If Next End With End Sub Other choices might be:
See all Topics Labels: Word <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Wednesday, September 29, 2010 – Permalink – Statistical FunctionsDefinitions and listExcel contains a slew of functions relating to statistical analysis. That's a slew not a skew.
Statistical Functions Training - Statistical See all Topics Labels: Excel <Doug Klippert@ 3:14 AM
Comments:
Post a Comment
Tuesday, September 28, 2010 – Permalink – Speedy Net StuffHow fast is it?
Labels: Internet <Doug Klippert@ 3:07 AM
Comments:
Post a Comment
Monday, September 27, 2010 – Permalink – Verbose MessagesThe whole storyIf you have trouble with slow startup, shutdown, logon, or logoff, you might try this procedure. This setting allows you to configure Windows so that you receive verbose startup, shutdown, logon, and logoff status messages!
See all Topics Labels: Windows <Doug Klippert@ 3:05 AM
Comments:
Post a Comment
Sunday, September 26, 2010 – Permalink – Speed Up the ShowWorth a tryIf you have a slow machine, these tips from the Help file may speed things up: If your presentation seems to be running slowly, try one or more of the following Settings Reduce the resolution for the slide show presentation display.
Also: From Microsoft Office Online: Improve slide show performance See all Topics Labels: PowerPoint <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Saturday, September 25, 2010 – Permalink – Home School Computers AvailableNeed PCs?"Our economy is at a crucial turning point. Jobs in America require technological skills and computer expertise. The CFL program places computers in our classrooms and prepares our children to contribute and compete in the 21st century. Computers for Learning (CFL) FAQ
See all Topics Labels: Addendum <Doug Klippert@ 3:58 AM
Comments:
Post a Comment
Friday, September 24, 2010 – Permalink – Define Relationships by KeyboardIt's not a dragIf you've played with Access, you know that you can create relationships by dragging fields from one table to another. There is another way to do it using just the keyboard. I don't know why you would do it this way, but let's assume you lent your mouse to your brother-in-law for the week-end. (?)
Define relationships by using the keyboard See all Topics Labels: Access <Doug Klippert@ 3:02 AM
Comments:
Post a Comment
Thursday, September 23, 2010 – Permalink – Font Properties PlusEverything you need to knowTo embed a font in a document or slide show so it can be displayed on any other machine, the font must support that action. The standard Windows properties statement does not show all the needed information. The bottom of this illustration shows the standard information shown when you right-click a font file, and choose properties. The two views at the top are what appear when the Microsoft Font properties extension is installed.
The latest version is 2.3 as of December, 2006. Font properties extension, version 2.3 (32-bit only) See all Topics Labels: Access, Excel, PowerPoint, Windows, Word <Doug Klippert@ 3:42 AM
Comments:
Post a Comment
Wednesday, September 22, 2010 – Permalink – Result is a PictureIf 4, show kumquatAllen Wyatt has a cool procedure that will let you show a picture of an object on your spreadsheet depending on a value. Maybe a snow suit when it's 29 or, say, a pair of bloomers when the computed temperature is 70. The procedure does not use any VBA, just equations and bright thinking. ExcelTips.VitalNews.com: Display Images based on a Result See all Topics Labels: Excel <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Tuesday, September 21, 2010 – Permalink – Send Large FilesSurpass AttachmentsSome email services such as Hotmail and Yahoo mail only allow email attachments up to 10 MB in size. If you need to send larger files take a look at services such as YouSendIt. "The Services provide a user the ability to send a file to one or more recipients identified by a valid email address. The Services operate by storing the specified User File on a YouSendIt server and then sending to the recipient(s) an email that contains a link to the User File. YouSendIt.com Also: DropSend.com Top 6 Services to Send Large Files See all Topics <Doug Klippert@ 3:45 AM
Comments:
Post a Comment
Monday, September 20, 2010 – Permalink – Back Me UpTomorrow is too lateThere is a company called the Argentum Corporation. They produce some commercial products to help organize files and facilitate backups. They, also, provide a free Back up guide See all Topics <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Sunday, September 19, 2010 – Permalink – Create Animation SchemesRoll your ownWhen you click on Slide Show>Animation Schemes, the task pane will display pre-set animations. You can create your own Animation Schemes. Shyam Pillai from PowerPoint MVPS.org details the steps to take and a downloadable template. Animation Schemes in PowerPoint "The best part is that you can add/modify and distribute animation schemes of your own. See all Topics <Doug Klippert@ 3:07 AM
Comments:
Post a Comment
Saturday, September 18, 2010 – Permalink – Tiny TrebuchetPumpkin (seed) flinger
Today it's mostly Fall vegetables.
Labels: Addendum <Doug Klippert@ 3:11 AM
Comments:
Post a Comment
Friday, September 17, 2010 – Permalink – Search the Way You WantIt's your choiceUsing Find in Access can be frustrating when you forget to change the search options. You can change the defaults to something closer to your personal search preferences. To do so, select Tools>Options from the menu bar (the Office Logo in 2007). Then, click on the Edit>Find tab (under Advanced in 2007) and select the option button you want from Default Find>Replace Behavior.
See all Topics Labels: Access <Doug Klippert@ 3:05 AM
Comments:
Post a Comment
Thursday, September 16, 2010 – Permalink – Make Sender SafeVouch for your friendsAdd names to your Safe Senders List. If the Junk E-mail Filter mistakenly marks an e-mail message as junk, you can add the sender of that message to the Safe Senders List. E-mail addresses and domain names that appear in the Safe Senders List are never treated as junk.
Labels: Outlook <Doug Klippert@ 3:08 AM
Comments:
Post a Comment
Wednesday, September 15, 2010 – Permalink – Large DocumentsPlan aheadJack M. Lyon has prepared a list of steps to be considered when working with large documents: "I can't leave the topic of typesetting without explaining some of the things I learned on the last book I typeset--in Microsoft Word. The book had more than 400 pages and several hundred footnotes, and Word would have handled it better if I'd been more particular about the following:"
Labels: Word <Doug Klippert@ 3:59 AM
Comments:
Post a Comment
Tuesday, September 14, 2010 – Permalink – Worksheet NameFormula constructionThere may come a time when you need to display the name of a worksheet. This formula will do the job: =MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,31)=CELL("filename",$A$1) returns the path, the Workbook name and the Worksheet name. (C:\Documents\[April.xls]\Costs)=MID(text,start_num,num_chars)selects the text that starts at a certain point and goes on for a certain number of characters. The formula, as written, looks at the full path and selects the first time a closing bracket (]) is found. It then moves 1 character to the right and displays the results up to 31 characters. (A worksheet name cannot be more that 31 characters long. You could include a reference to that cell on other worksheets. See all Topics Labels: Excel <Doug Klippert@ 3:32 AM
Comments:
Post a Comment
Monday, September 13, 2010 – Permalink – Hosts FileI've got your number
See all Topics <Doug Klippert@ 3:55 AM
Comments:
Post a Comment
Sunday, September 12, 2010 – Permalink – Busted LinksVerifyWith the Expression Web Designer go to Site>Reports>Problems>Hyperlinks. You will able to check if any links have failed and need to be fixed. There are a few third-party shareware programs that do the same thing. One of them is: Xenu's Link Sleuth It's free and will create a report that can be saved for reference. See all Topics <Doug Klippert@ 3:54 AM
Comments:
Post a Comment
Saturday, September 11, 2010 – Permalink – Squeezin' out the PixelsSlim PP FastWhen you insert pictures into a PowerPoint show, the size of the file begins to bloat. There is a built in tool that helps.
![]() The PowerPoint & OfficeArt Team Blog Compress Pictures See all Topics Labels: PowerPoint <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Friday, September 10, 2010 – Permalink – View Related FieldsThe whole thingWhen designing a query, you'll often find the need to temporarily view fields beyond the ones you want shown in the final result. To do so, you probably drag the relevant fields to the design grid and then delete them when you're done. However, there's an easier way to view the data that you typically want excluded in the query. To do so:
reset the Output All Fields property to No. ![]() See all Topics Labels: Access <Doug Klippert@ 3:20 AM
Comments:
Post a Comment
Thursday, September 09, 2010 – Permalink – Delete FastNo waiting
Labels: Outlook <Doug Klippert@ 3:20 AM
Comments:
Post a Comment
Wednesday, September 08, 2010 – Permalink – CSS LinksSome of the BestIf you have an interest in Cascading Style sheets, look at a few of these tutorials and downloads.
See all Topics Labels: Expression Web, FrontPage, HTML <Doug Klippert@ 3:45 AM
Comments:
Post a Comment
Tuesday, September 07, 2010 – Permalink – Work that MenuList of project docsA collection of tips including: Word (pre-07) allows you to add a menu to the toolbar that can keep a list of papers you're working on:
Labels: Word <Doug Klippert@ 3:15 AM
Comments:
Post a Comment
Monday, September 06, 2010 – Permalink – Custom ListsYour WayAt times, you will want to enter the same information repeatedly in a spreadsheet. It could be employee names, products or State names. Here is a way to produce the information when needed. Make a list of the items. Enter the data in, say, A1, B1, C1 etc. Be sure to enter in the right order; maybe Supervisor and then team members in alphabetic order. Select all of the cells. Go to Tools>Options and choose the Custom lists tab. Click Import. OK your way out. Now you can delete the entries on the spreadsheet. Choose any cell and type one of the items that are on your Custom List. Click and drag on the fill handle; the tiny square at the bottom right corner of the selected cell. As you pull, Excel will duplicate your list. (In Excel 2007+, go to the Office Logo. Choose Excel Options. Edit Custom Lists will be on the Popular page.) Also see: The First Shall Be Last by Dick Kusleika Sorting by Color by Chip Pearson See all Topics Labels: Excel <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Sunday, September 05, 2010 – Permalink – Secure WindowsProtection suggestionsHere is a collection of security measures you might consider installing. Included is a way to require a stronger password. Also good for Windows+. Use alpha-numeric passwords: Make your Windows PC more secured See all Topics <Doug Klippert@ 3:07 AM
Comments:
Post a Comment
Saturday, September 04, 2010 – Permalink – PowerPoint ScreedWSJ on slide shows
It is easier to put together a PowerPoint show than it is to write an intriguing speech; Six bullet points vs. 6 pages of text.
"But the civility has some self-interest. Larry Chung, a software developer, doesn't criticize fellow presenters, he says, "because I know the tables could be turned a few weeks later." Go Easy on the Text See all Topics Labels: PowerPoint <Doug Klippert@ 3:13 AM
Comments:
Post a Comment
Friday, September 03, 2010 – Permalink – Calendar TemplatesNew daysHere are calendars that you can produce using Word, PowerPoint, or even Visio. Calendars Also see Make a Calendar "For each month of each year featured, there are a variety of printable calendar pages for you to choose from. You can print out calendar pages that include coloring pages, selected craft projects, and special days to celebrate. " See all Topics Labels: Addendum <Doug Klippert@ 3:10 AM
Comments:
Post a Comment
Thursday, September 02, 2010 – Permalink – Progress Bar for FormsShow movement
Labels: Access <Doug Klippert@ 3:03 AM
Comments:
Post a Comment
Wednesday, September 01, 2010 – Permalink – Calendar Printing AssistantPrinting help for 2007Some of the things you can do:
Labels: Outlook <Doug Klippert@ 3:12 AM
Comments:
Post a Comment
|