Welcome

Monday, August 10, 2009

>> My Friends <<
________________________________________________________________
________________________________________________________________

::: Excel tips 7 :::

>> A macro that pulls source data from charts <<
When building charts in Excel 97, many users reference information in other workbooks to keep spreadsheets fairly streamlined. But what do you do if a user complains that the data source has become corrupted or that the file is no longer available in the network?
It's a little bit of a headache to read, but Knowledge Base article 137016 includes the full contents of a macro that can strip important data from the graphic elements of a chart.
http://support.microsoft.com/support/kb/ARTICLES/Q137/0/16.asp
After creating the simple VBA macro, you only need to run it and drop the information into a worksheet called Chart Data. Don't go volunteering this information to all of your users, but if a VP loses an important sales worksheet, you can pull out this nifty power trick and save the day.

::: Excel tips 6 :::

>> Copying styles between workbooks <<
Creating formatting styles is a real time saving trick for users. So why should they waste time re-creating these styles in multiple workbooks? If they have formatted a workbook in a particularly useful way and want to continue to use the format in other workbooks, teach them how to copy the style from one workbook to another:
. Open the source workbook and the destination workbook.
. Make sure that the destination workbook is active, go to the Format menu, and choose Style.
. Click the Merge button.
. Within the Merge Styles dialog box, select the source workbook from the Merge Styles From list box.
. Click OK.

::: Excel tips 5 :::

>> Opening multiple windows <<
One of the most frustrating problems for Excel users is viewing all the information they need, especially because it often lives in different worksheets. Let your users know about this simple way to view multiple sheets, and they'll love you forever.
. Click on the tab of the worksheet you want to view.
. Choose New Window from the Window menu.
. Repeat this process for each of the worksheets you want to display. (Excel opens each sheet in a window that sits on top of the previous one.)
. To see them all at one time, choose Arrange from the Window menu.
. Select Tiled, Horizontal, or Vertical.
. Select the Windows Of Active Workbook check box.
. Click OK.
------------------------------------------------------------------------------------
>> Creating custom lists <<

Here's another timesaving tip to pass on to your users. If they often make use of the same lists of data, you can teach them to create a custom list instead of typing the same information repeatedly.
For all versions of Excel, if the data is already in a worksheet, follow these steps:
. Select all of the cells containing the information you want to copy.
. Select Options from the Tools menu.
. Click the Custom Lists tab.
. Click Import.
If you want to create a list from scratch in Excel 97, follow these steps:
Go to the Tools menu and choose Custom Lists.
. Click in the List Entries box.
. Type each item for your list, pressing [Enter] after each item.
. When you're finished, click OK to create the list.
To create a list from scratch in Excel 2000/XP, follow these steps:
. Select Options from the Tools menu.
. Click the Custom Lists tab.
. Type each item in the List Entries box, pressing [Enter] after each one.
. Click Add.
To use a custom list, type the first entry of the list. Use the fill handle at the bottom right corner of the cell to drag the whole list across adjacent cells.

::: Excel tips 4 :::

>> User-level prevention is a magic cure <<
Every support pro knows that most of their problems could be avoided if their users would just follow a few simple, common sense precautions. If you keep getting calls on corrupted Excel documents, pass around this list of Microsoft-endorsed tips to help users keep their data safe and make your days a little less stressful:
. Move radios, fax machines, televisions, stereos, speakers, and other sources of electromagnetic radiation away from computers.
. If your users are still using floppies, make sure they are not putting them on top of their monitors.
. Regularly run Norton AntiVirus or another utility to scan for viruses.
. Store floppy disks in a disk storage container.
. Don't be a slob—prevent dust from building up around your computer.
. And, most important, exit Windows before restarting or shutting down a client system.

::: Excel tips 3 :::

>> Detect And Repair <<
Microsoft Office 2000 programs, including Excel, contain a command line called Detect And Repair, which checks and fixes problems with Office program files, DLLs, and registry settings. (This utility does not affect worksheets or other document files.)
Detect And Repair, which you access as a command line option of the Setup utility, performs the following actions:
. Reinstalls Office .exe and .dll files if missing, out-of-date, or corrupt
. Reinstalls all Windows Installer shortcuts, overwriting any existing shortcuts
. Rewrites all required local machine registry values
. Rewrites all required user registry values
You can run Detect And Repair from within Office, but that won't do much good if a serious error is preventing your user from even launching an Office application. Fortunately, you can run the utility from the Run dialog box with the following entry:
drive:\setup.exe /focums install.msi

::: Excel tips 2 :::

>> Open Web pages right in Excel <<
If your users need to analyze data found on a Web site, they might be in for a bunch of tedious retyping. Under the right circumstances, however, Excel 97 can save them a lot of time by letting them open an HTML page in Excel directly from the Web.
The procedure is just a slight modification of the standard file-opening procedure:
4- Choose Open from the File menu.
5- In the File Name text box, type the URL of the Web file to open. Note: Be sure to include the prefix http://.
6- From the Files Of Type drop-down list, select HTML Documents (*.html, *.htm).
7- Click Open.

Excel opens HTML pages based on the HTML table structure of the page, so some Web design treatments may lead to some weird results in Excel. For pages that cleanly present data in a table format, however, this approach can be a real time-saver.