<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Microsoft Office tips</title>
	<atom:link href="http://msoffice-tips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://msoffice-tips.com</link>
	<description>Do you want to improve you Office more efectivly?</description>
	<pubDate>Fri, 24 Oct 2008 03:07:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Excel functions</title>
		<link>http://msoffice-tips.com/2008/10/23/excel-functions/</link>
		<comments>http://msoffice-tips.com/2008/10/23/excel-functions/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 03:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=13</guid>
		<description><![CDATA[Sorting and filtering function are  very convenient features in Execl itself, but there are also inadequate, regardless of ranking or have changed the original screening of the original list, in particular a list of other data from the worksheet and links to source data changes, or a list of The new entry must be a new record [...]]]></description>
			<content:encoded><![CDATA[<div id="result_box" dir="ltr">Sorting and filtering function are  very convenient features in Execl itself, but there are also inadequate, regardless of ranking or have changed the original screening of the original list, in particular a list of other data from the worksheet and links to source data changes, or a list of The new entry must be a new record of the sort or filter. Second, there are limitations, such as the sequencing of only up to three keywords to sort, but with different data can only be used &#8220;and&#8221; conditions for screening.</p>
<p>For example, that certain employees of the roster workbook requires selected more than 25 years of age and less than 50 years of age or older than 50 years old or less than the 25-year-old is feasible, gender requirement at the same time as a man or woman is Feasible. But the screening requirements of a woman aged 22 years old to 45 years, men aged 25 to 50 at the age of Execl itself with the screening function can do nothing to help. In addition to sort and filter can not be used in conjunction, that is not in accordance with the conditions of time to sort out the selection of records to sort. For example, there is a list of information workers, including some retired workers, employees of the age when they can not sort out retired workers.</p>
<p>So here we are again using Excel functions to complete some of the advanced features of Excel.</p>
<p><strong>I used to sort function</strong></p>
<p>Title: If a payroll, A2: F501, a total of 6 500 cell line 3000. Table A1 for the first name of the code (1 to 500), B1 for the name, C1 for the allowance, D1 for the prize, E1 wage, F1 total revenue. Is called for workers to less revenue from the multi-sort, and the total income workers the same wages and then in decreasing order of the total income workers the same wages and bonuses and then in decreasing order of the total income workers and workers Wages, bonuses and then the same benefits in decreasing order.</p>
<p>Method: G1 cells fill in the formula</p>
<p>&#8220;= If (F2 = 0,10 ^ 100, INT (CONCATENATE (999-f2 ,999-e2 ,999-d2 ,999-c2 )))&#8221;,</p>
<p>CONCATENATE is a function together, can be less than 30 units of a synthesis of hard data, which was put together data between commas to separate. With f2, e2, and so was put together using data from 999 to cut in order to enable them to the same median. (Assuming any of the workers, the total income of less than 899 yuan). Was hard synthetic version is a function of function, CONCATENATE with the INT function is to be applied so that the text is converted to digital. If the outer function is used to sort out when they do not sort of record, in the case of middle income recorded zero. (In the above mentioned age workers sort, the formula be changed to &#8220;if (f2 =&#8221; retirement &#8220;, 10 ^ 100, &#8230; ..)&#8221;, out that the retired workers.)</p>
<p>The second step of the G1 cell formula to drag and drop cells G500 (The easiest way is to click the cell G1 after the lower right corner of the cell G1 to move the mouse, and 10:00 to see double-click the mouse on the completion of the G1 to the G500 Filling).</p>
<p>The third step in the H2 unit fill in the formula &#8220;= MATCH (SMALL (G: G, ROW (A1)), G: G, 0)&#8221; and the second step, like drag and drop to the H501 cells. The formula is in fact the synthesis of Formula 3 a formula, ROW (A1) is the A1 is the number of rows 1, followed by dragging and dropping down as 2,3,4 &#8230;, SMALL (G: G, ROW (A1 )) For the G out in the smallest number with the drag and drop down the order for 2, 3, .. a small number, MATCH (SMALL (G: G, ROW (A1)), G: G, 0) that G for the trip out of the data in the smallest, 2, 3, and other small data in the first few lines.</p>
<p>The fourth step to F1 cell A1 to the table for the first copy to the N1 cells to I1, I2 in the cell enter the formula &#8220;= INDEX ($ A $ 2: $ F $ 501, $ H2, COLUMN (A $ 1))&#8221; INDEX function Is a reference function, that is, the $ A $ 2: $ F $ 501 cell array first $ H2 Bank COLUMN (A $ 1) data I2 into the cell. I2 cell and then drag and drop the formula to cell N2, N2-click the cell after the N2 to the lower right corner of the cell and move the mouse to see the 10 o&#8217;clock Double-click the mouse on the completion of the I2 to the N501 cell filled with this completed.</p>
<p>Described above may seem complicated reality is very simple, as long as the A1 to the F1 table for the first copy to the N1 to I1 cells, in G1, H2, I2 cells enter the formula down and then drag and drop, even for unskilled application of EXCEL Comrade one will be able to be completed within Chung.</p>
<p>The above-mentioned procedures can also change a little more expense. Data above example is the smallest of the order, such as the H out of the function of SMALL changed LARGE, the above examples of data on the array from small to large. If the H2 cell formula be changed to &#8220;= IF (O1 = 1, MATCH (SMALL (G: G, ROW (A1)), G: G, 0), MATCH (LARGE (G: G, ROW (A1)) , G: G, 0)) &#8220;and the H2 cell formula down drag-and-drop. O1 in such a cell above an example of input data is arranged in the smallest, O1 cells enter a number other than the above example of the data on the array from small to large.</p>
<p>If in insertion pre-set number of H out, such as an insert, is now out of the H similar import G out of the equation, such as &#8220;= if (F2 = 0,10 ^ 100, d2)&#8221;, now I read out the formula &#8220;= IF (P1 = 1, MATCH (SMALL (G: G, ROW (A1)), G: G, 0), MATCH (SMALL (H: H, ROW (A1)), H: H, 0)) ) &#8220;In P cells enter a value other than to achieve a bonus according to the size of the sort. As long as this by changing the P1 (the original cell O1) cells can change the content of the immediate requirements of different sort.</p>
<p><strong>Second, use the filtering function</strong></p>
<p>Title: If a staff roster sheet, A2: F501, a total of 6 500 cell line 3000. Table A1 for the first name of the code (1 to 500), B1 for the name, C1 for sex, D1 for the ages, E1 for education, F1 title. Workers are called for the sex, age, education, staggered title for screening, such as requiring the same table on a selected 1, the woman at the age of 22 to 45 years old, men aged 25 to 50-year-old, 2, F Dr, 3, men and post-doctoral.</p>
<p>Methods: The first step in the G2 cells enter the formula &#8220;= IF (OR (AND (C2 =&#8221; M &#8220;, D2&gt; = 22, D2 &lt;= 45), AND (C2 =&#8221; M &#8221;</p>
<p>D2&gt; = 25, D2 &lt;= 50)), ROW (A1), 0) &#8220;, in the H2 cell enter the formula&#8221; = IF (AND (C2 = &#8220;M&#8221;, E2 = &#8220;Dr.&#8221;)</p>
<p>ROW (B1), 0) &#8220;, in I2 cells enter the formula&#8221; = IF (AND (C2 = &#8220;M&#8221;, E2 = &#8220;post&#8221;), ROW (B1), 0) &#8220;. Import cell J2 in the formula&#8221; = IF (K $ 2 = 1, LARGE (G: G, ROW (A1)), IF (K $ 2 = 2, LARGE (H: H, ROW (A1)),</p>
<p>IF (K $ 2 = 3, LARGE (I: I, ROW (A1)), 0))) &#8220;and then use the above mentioned methods of dragging and dropping down. G, H, I listed the formula where the meaning is in line with the screening The trip down the conditions, otherwise the record is zero, J formula for meaning out of K2 in accordance with the choice of values G, H, I in a sort out and remove the line conditions.</p>
<p>The second step in the K1 cells lose words &#8220;choice selection&#8221;, A1 to the F1 table for the first copy to the L1 to Q1, in L2 cells enter</p>
<p>The formula &#8220;= IF ($ J2 = 0,0, INDEX ($ A $ 2: $ F $ 501, $ J2, COLUMN (A $ 1 )))&#8221;, then drag and drop right into Q2, and then drag and drop down. INDEX function of the meaning of the above description.</p>
<p>The third step in the P1 cell input 1 or 2 or 3 will be able to achieve the above-mentioned three types of screening.</p>
<p> </p>
<p>Excel function of the function is a very powerful feature, if the use of the good you can let the efficiency of the highly effective. There are other ways to use the function, everyone is concerned about the follow-up article.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/10/23/excel-functions/feed/</wfw:commentRss>
		</item>
		<item>
		<title></title>
		<link>http://msoffice-tips.com/2008/08/19/12/</link>
		<comments>http://msoffice-tips.com/2008/08/19/12/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Word tips]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=12</guid>
		<description><![CDATA[1. Create a level Boundary 
The use of WORD, in the beginning of his position more than three consecutive type &#8220;-&#8221; »minus sign», and then return, there will be fine level Swiss delegation. This is the WORD automatic correction features. You can use this feature to create many beautiful Boundary level. To achieve the above [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Create a level Boundary </strong></p>
<p>The use of WORD, in the beginning of his position more than three consecutive type &#8220;-&#8221; »minus sign», and then return, there will be fine level Swiss delegation. This is the WORD automatic correction features. You can use this feature to create many beautiful Boundary level. To achieve the above functions, must do the following settings: from the &#8220;Tools&#8221; menu, select &#8220;automatic correction&#8221; order, in the dialog box choose &#8220;type automatically applied format&#8221; tab, the &#8220;type of automatic&#8221; under the &#8221; Border &#8220;box on the Application List system.</p>
<p><strong>2. Upgrade for the text title </strong></p>
<p>First, the cursor location to be upgraded to a title of the text, when the Alt + Shift + ← button, the text can be upgraded to a title, and style for the title 1, and for the Alt + Shift + → keys, could be heading for the title of a lower 2 , Title 3…… heading 9.</p>
<p><strong>3. Rapid cancelled automatically</strong></p>
<p>Although the Word of the code function automatically stronger, but according to the author trial, found that automatic code orders often disorder phenomenon. In fact, we can through the following methods to quickly cancel automatic code.<br />
(1) When the Word automatically add its code, you just press Ctrl + Z keys estoppel operation, then code will automatically disappear, and re-type figures, the feature will be banned;<br />
(2) Select &#8220;Tools&#8221; → &#8220;automatically correct option&#8221; orders, opened in the &#8220;automatic correction&#8221; dialog box, click &#8220;type automatically applied format&#8221; tab, then uncheck &#8220;automatic code list&#8221; check Box (Figure 1), and finally click &#8220;OK&#8221; button can be completed;</p>
<p><strong>4. Word rapid removal of horizontal line under the header </strong></p>
<p>Word header removed under the horizontal line can use the following methods:<br />
(1) horizontal line color can be set to &#8220;white&#8221;;<br />
(2) The header and footer set up, set up tables and borders for the &#8220;no&#8221;;<br />
(3) The header and footer settings, select and delete the paragraph tag it;<br />
(4) The &#8220;style&#8221; icon field inside the &#8220;header&#8221; with &#8220;text&#8221; on the line<br />
(5) to open the eyebrows of the establishment of the Word document, click the &#8220;format&#8221; Toolbar, open the &#8220;style and format&#8221; project. In the pop-up &#8220;style and format&#8221; dialog box choose to display &#8220;all style.&#8221; &#8220;Style&#8221;, selected in the &#8220;header&#8221; and then click &#8220;edit&#8221; button. Then click on the &#8220;format&#8221; button, the pop-up menu selected &#8220;border&#8221; order, pop-up &#8220;border and Diwen&#8221; dialog.<br />
(6) selected the &#8220;border&#8221; tab, if you want to remove one of the small horizontal line, in selected settings of the &#8220;no&#8221; if you want to change it, will be in the &#8220;linear&#8221; and &#8220;Colours&#8221; , &#8220;Width&#8221; conducted in other settings. Footer on the pattern of settings, as long as footer to regional settings.</p>
<p><strong>5. Delete embedded in the Office Toolbar</strong></p>
<p>Many user-friendly software to operate and provide the Office of the embedded Toolbar. However, some Toolbar we do not necessarily need, a waste of space interface and a waste of system resources. What is more, the Toolbar is very high-handed, even in the view menu cancelled, when the next launch is still there. If you have similar problems, try the following method.</p>
<p>Open Word or other Office components, click on &#8220;Tools → custom&#8221;, select the &#8220;order&#8221; tab, select the type of &#8220;tool&#8221; to find the right &#8220;COM add-ons&#8221; (FrontPage for &#8220;Loading Item &#8220;), will drag the toolbar anywhere, closing the&#8221; custom &#8220;dialog. Click on the toolbar &#8220;COM add-in&#8221; order to open a dialog - Office Toolbar embedded secret lies. Office XP/2003 inside lists all the available add-ons (as shown), all embedded in the Office Toolbar will appear here. Aware of this secret, to &#8220;hegemony&#8221; of the Toolbar we can deal with - would not require the Toolbar front of the Duigou removed, the next time you start Word, the Toolbar will not appear, if not Select &#8220;FastAIT 2002 Word Addin&#8221;, to remove the Jinshan fast translation of the Toolbar; do not check &#8220;SnagIt Add-in&#8221;, such as SnagIt 7.0 can be removed from the Toolbar.</p>
<p><strong>6. Changes to the default way around the picture</strong></p>
<p>In Word or paste into the picture around the default mode for &#8220;embedded&#8221; in such a way around the picture can not drag the rotation can not shift into the picture format will often need to be adjusted to &#8220;around&#8221; to deal with . In fact, we can set the default to &#8220;around&#8221;, the specific methods of operation: select &#8220;Tools → Options&#8221; menu command, the dialogue box that appears, select &#8220;edit&#8221; tab, click the &#8220;image insertion / paste Means &#8220;drop-down list, choose from&#8221; around &#8220;the last click&#8221; OK &#8220;button</p>
<p><strong>7. Graphic-on-demand to amend the default format </strong></p>
<p>Insert the default choice for 0.75 pounds graphical format connect black, white filling, for change the default format, set up by the following methods: first a painting-on-demand graphics, and then right-click the mouse in the pop-up menu, select fast &#8220;set-on-demand Graphic format &#8220;command, the dialogue box that appears, select&#8221; colors and lines &#8220;tab, in which the custom settings&#8221; lines &#8220;and&#8221; filled with color, &#8220;set up after the click&#8221; OK &#8220;button. Finally, right-click again-on-demand graphics, select &#8220;set the default graphics-on-demand effect&#8221; can be ordered.</p>
<p><strong>8. Activated when the input method commonly used to open </strong></p>
<p>As long as one is usually open Word 2003 will automatically switch to &#8220;Microsoft Pinyin input method&#8221;, if you used this is not the input method will probably find it very bothering. Word can not start to open automatically when we used the input method? » This is actually not difficult to achieve.</p>
<p>Followed by open &#8220;Control Panel → Add or Remove Programs&#8221;, from the list to find &#8220;Microsoft Office Professional Edition 2003&#8243; and click the &#8220;Change&#8221; button. Office 2003 installed in the window click the &#8220;add or remove features the&#8221; single-option and click Next, then check the &#8220;Select the application of advanced custom,&#8221; then click the checkbox next step, from the middle of the list, followed by Start &#8220;Microsoft Office → Office sharing → Chinese optional user input → Microsoft Pinyin input method in 2003,&#8221; click &#8220;Microsoft Pinyin input method 2003&#8243; before the button to select &#8220;install&#8221; (Figure 2), click &#8221; Update &#8220;button. Such as the installation is complete after re-entering the Word, Microsoft is not the Pinyin input method, but input in the first row in the list of Chinese input method. Last as long as the input method commonly used to row in the first place can be.</p>
<p>If you do not want to start automatically when Word opens in the Chinese input method, then there is another more simple approach can be used. Select &#8220;Tools → Options&#8221; menu command, the dialogue box that appears, select &#8220;Edit&#8221; tab, uncheck one of the &#8220;input method is active control&#8221; to the box.</p>
<p><strong>10. Quickly insert the current date or time </strong></p>
<p>Sometimes after write an article, find it necessary to insert in the article at the end of the current date or time, most people are to achieve by choosing the menu. In fact, we may be Alt + Shift + D key to insert the system date and press the Alt + Shift + T combination of keys into the system at present time, very soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/08/19/12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to automatic summation in Excel</title>
		<link>http://msoffice-tips.com/2008/08/05/how-to-automatic-summation-in-excel/</link>
		<comments>http://msoffice-tips.com/2008/08/05/how-to-automatic-summation-in-excel/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 05:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EXcel tips]]></category>

		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=11</guid>
		<description><![CDATA[We can use Excel in quick summation (automatic summation) function, can greatly improve our work efficiency, the use of specific methods are as follows:
(1) how to seek out the data and the same. To assume that cell A2 to the data of the A6 and A7 fill in the cells, operating as follows:
First selected cell [...]]]></description>
			<content:encoded><![CDATA[<p>We can use Excel in quick summation (automatic summation) function, can greatly improve our work efficiency, the use of specific methods are as follows:</p>
<p>(1) how to seek out the data and the same. To assume that cell A2 to the data of the A6 and A7 fill in the cells, operating as follows:</p>
<p>First selected cell A7, double-click on the editorial column &#8220;=&#8221; and then double-click on the tool bar] [common summation symbol &#8220;Σ&#8221;; then click with your mouse cells B2 and has been drag to B5, election B2_B5 in the entire region, then in the edit field and B6 can be seen in the formula &#8220;= sum (B2: B5)&#8221;, click Edit column &#8220;√&#8221; (or press the Enter key) confirmed that the formula for the establishment of the end. At this point if the B2 to B5 cells indiscriminate importation of data, and immediately they will appear in a cell in the B6.</p>
<p>(2) how to seek data and peer. If you want to D2 cell B2 to the data and fill in the cell E2, is also a similar operation, but the cross-cutting operation to note: The formula for the establishment of the cell (in the case of the E2) must be in the [unit Grid format] [in the dialogue box, select the level of alignment - &#8220;conventional&#8221; methods, such cells appear in the formula will not affect next to the cells.</p>
<p>(3) how to seek a separate line (or out) and data. If the cell to B2, C5 and the D4 in the data and fill in the E6, the operation is as follows:</p>
<p>First selected cell E6, double-click on the editorial column &#8220;=&#8221; and then double-click on the tool bar] [common summation symbol &#8220;Σ&#8221;; then click the cell B2, type in a comma, &#8220;&#8221;, and click C5, type &#8220;,&#8221; and then click D4, then in the edit field and E6 can be seen in the formula &#8220;= sum (B2, C5, D4)&#8221; formula that is confirmed after completion of the establishment.</p>
<p>In summation between the two tables</p>
<p>N-the assumption that the same format and the schedule table, if these should form the same location cells (for example, B2) of all aggregated data, the results will fill in another form of the same format B2, the operation is as follows:<br />
Summary of the first selected cell B2, double-click on the editorial column &#8220;=&#8221; and then double-click on the tool bar] [common summation symbol &#8220;Σ&#8221;; then click the tab Table 1, do not hold down the Shift - Fang, then click the tab table n (Note: The summary of the tables should be included in tables 1 and the location between n), after the release Shift-click the cell B2, at this time can be seen in the editorial column To the formula &#8220;= sum ( &#8216;Table 1: Table n&#8217;! B2)&#8221;, confirmed after the completion of the establishment of the formula.</p>
<p>If you want to Form 1 to Form n the corresponding cells to aggregate all the data summary table in the corresponding cells to, you can use an approach similar cases, one-time summary of the B2 selected E6 to the entire rectangular area, In the original cell has been established in the B2 copied a formula.</p>
<p>If the four cases to several different formats of data in the table (for example, Table 1 B3, Table 2 of the C5, Table 3 of the D3, Table 4 of the E4……) to another table summary of the cell B2, Operation are as follows:</p>
<p>Summary of the first selected cell B2, double-click on the editorial column &#8220;=&#8221; and then double-click on the tool bar] [common summation symbol &#8220;Σ&#8221;; then click the tab Table 1, then click the Cell B3, type &#8220;,&#8221; and then click the tab Table 2 and its cell C5, type &#8220;,&#8221;…… and so on, each of the labels and selected cell on January 1, the final table After the cells do not type &#8220;,&#8221; At this time in the editorial column of the formula is: &#8220;= sum (Table 1! B3, Table 2! C5, Table 3! D3, Table 4! E4……)&#8221;, after confirmation Established formula that is finished.</p>
<p>Can not be wrong for peace</p>
<p>As the operation in the field of numerical changes, the summation of the field all cells did not result in changes in values, resulting in normal operation. You can click on &#8220;Tools → Options&#8221; orders, opened in the &#8220;Options&#8221; dialog box, click the &#8220;re-calculation&#8221; tab. &#8220;Calculated&#8221; option in selected areas &#8220;automatically be&#8221; radio button, click &#8220;OK&#8221; button, can automatically calculate and update cell values.</p>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/08/05/how-to-automatic-summation-in-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix the size of table in Word</title>
		<link>http://msoffice-tips.com/2008/07/27/fix-the-size-of-table-in-word/</link>
		<comments>http://msoffice-tips.com/2008/07/27/fix-the-size-of-table-in-word/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 07:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Word tips]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=10</guid>
		<description><![CDATA[When we use the Word, to enter text in the table, it may be automatically extended to accommodate the width of text, but if we do not want to let cell event of a change in the size, Word can also automatically adjust for the pitch Size to adapt to the cell. To use this [...]]]></description>
			<content:encoded><![CDATA[<p>When we use the <strong>Word</strong>, to enter text in the table, it may be automatically extended to accommodate the width of text, but if we do not want to let cell event of a change in the size, Word can also automatically adjust for the pitch Size to adapt to the cell. To use this feature, the need to set some of the following:</p>
<p>Check the cells. From &#8220;table&#8221; menu, select &#8220;form attribute&#8221; order, followed by &#8220;Form Properties&#8221; dialog. &#8220;Forms&#8221; tab, click the &#8220;Options&#8221; button, and then pop-up &#8220;form options&#8221; dialog, removing the &#8220;auto-tune size to adapt to the content&#8221; box to form a fixed size. &#8220;Cell&#8221; tab, click the &#8220;Options&#8221; button, pop-up &#8220;cell option&#8221; dialog box, click the check &#8220;to the text&#8221; box. To allow cell Rongxia as many as possible of the text you can cell margins are set to 0. Upon completion of settings, click &#8220;OK&#8221; button from the &#8220;Form Properties&#8221; dialog.</p>
<p>After this adjustment, Word forms will be automatically adjusted to meet character spacing cell size, but the same characters and famous. In Excel can also set up a similar form to allow for the size, is the implementation of the &#8220;format → cell → alignment → narrow font filled&#8221; command.</p>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/07/27/fix-the-size-of-table-in-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use &#8220;Shift&#8221; key to change Excel cell into picture</title>
		<link>http://msoffice-tips.com/2008/04/22/use-shift-key-to-change-excel-cell-into-picture/</link>
		<comments>http://msoffice-tips.com/2008/04/22/use-shift-key-to-change-excel-cell-into-picture/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 00:50:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EXcel tips]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=9</guid>
		<description><![CDATA[Shift key in Excel have a function of that: press Shift-button click on &#8220;Edit&#8221; menu, the original copy and paste option, it will become &#8220;Copy Image&#8221; and &#8220;paste picture.&#8221; Take advantage of this feature, we will be able to conveniently selected Chanyuangegouyu converted to images.
Specific methods of operation are as follows:
First need to copy the [...]]]></description>
			<content:encoded><![CDATA[<div id="result_box" dir="ltr">Shift key in Excel have a function of that: press Shift-button click on &#8220;Edit&#8221; menu, the original copy and paste option, it will become &#8220;Copy Image&#8221; and &#8220;paste picture.&#8221; Take advantage of this feature, we will be able to conveniently selected Chanyuangegouyu converted to images.</p>
<p>Specific methods of operation are as follows:</p>
<p>First need to copy the selected Chanyuangegouyu into the picture, and then hold down the Shift key, choose &#8220;Edit → Copy Image&#8221; command, and then pop-up &#8220;Copy Image&#8221; window, select &#8220;picture&#8221; single-click option &#8220;OK&#8221; button. Then the selected region on the form has been reproduced into the picture.</p>
<p>And to require the use of this picture select &#8220;paste&#8221; can be ordered (or press the Shift key to select the &#8220;Edit → paste picture&#8221; command), for example, be in Word paste.</p>
<p>In addition, if you select &#8220;Print effects such as&#8221; single-option, the picture is converted to data in accordance with the region to deal with the effects of the print, for example, set up a rough frame, then paste the pictures out there will be rough frame.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/04/22/use-shift-key-to-change-excel-cell-into-picture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PowerPoint Viewer 2007 viewer</title>
		<link>http://msoffice-tips.com/2008/04/18/powerpoint-viewer-2007-viewer/</link>
		<comments>http://msoffice-tips.com/2008/04/18/powerpoint-viewer-2007-viewer/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=8</guid>
		<description><![CDATA[Do you have some PowerPoint file but you don&#8217;t have PowerPoint?or PowerPoint is too expensive to by?No problem,you can downlaod PowerPoint VIewer 2007 for free!  download it!
PowerPoint VIewer 2007 is a software that only can be used for play PPT but not to build or change it any more.But it is free! 
]]></description>
			<content:encoded><![CDATA[<p>Do you have some PowerPoint file but you don&#8217;t have PowerPoint?or PowerPoint is too expensive to by?No problem,you can downlaod PowerPoint VIewer 2007 for free!  <a href="http://download.microsoft.com/download/7/8/c/78cd94de-6152-4b6d-adbb-aa4bba6878bc/powerpointviewer2007sp1-kb937158-fullfile-en-us.exe">download it!</a></p>
<p>PowerPoint VIewer 2007 is a software that only can be used for play PPT but not to build or change it any more.But it is free! </p>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/04/18/powerpoint-viewer-2007-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Insert Word table into PowerPoint</title>
		<link>http://msoffice-tips.com/2008/04/18/insert-word-table-into-powerpoint/</link>
		<comments>http://msoffice-tips.com/2008/04/18/insert-word-table-into-powerpoint/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 09:16:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PowerPoint tips]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=5</guid>
		<description><![CDATA[We know that in PowerPoint can create forms, but if a Word form in hand, of course, no longer have to waste time and energy to re-create. The use of object function can be easily inserted into Word forms will be inserted into PowerPoint presentations, it is clearly better than the form from scratch to [...]]]></description>
			<content:encoded><![CDATA[<p>We know that in PowerPoint can create forms, but if a Word form in hand, of course, no longer have to waste time and energy to re-create. The use of object function can be easily inserted into Word forms will be inserted into PowerPoint presentations, it is clearly better than the form from scratch to create greater efficiency.</p>
<p>Below with PowerPoint 2007 as an example, Word forms into specific steps.</p>
<p>1. Presentations edit mode, click function of the &#8220;insert&#8221; tab.</p>
<p>2. Click &#8220;copy&#8221; in the group &#8220;objects&#8221; button.</p>
<p>3. &#8220;Insert&#8221; Object dialog box, click &#8220;from the document creating&#8221; radio button, then click the &#8220;Browse&#8221; button to find and select the forms contain the Word document, and click the &#8220;Open&#8221; button. At this point the selected document will be displayed in the &#8220;document&#8221; in the text box below.</p>
<div id="result_box" dir="ltr">Note: By default, the document will be fully inserted to the current presentations. If you want to insert the form in the document with the original form with changes in the dialog box, select the &#8220;Links&#8221; box.</p>
<p>4. Click &#8220;OK&#8221; button. Word form is inserted at the current presentation.</p>
</div>
<div dir="ltr"></div>
<div dir="ltr"></div>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/04/18/insert-word-table-into-powerpoint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Edit Excel data in Access</title>
		<link>http://msoffice-tips.com/2008/04/18/edit-excel-data-in-access/</link>
		<comments>http://msoffice-tips.com/2008/04/18/edit-excel-data-in-access/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 09:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EXcel tips]]></category>

		<guid isPermaLink="false">http://msoffice-tips.com/?p=4</guid>
		<description><![CDATA[Excel is very powerful, is not it? But sometimes you will find that if exce document contains so much data excel will become very slow, it is because for those who excel not need to deal with a large amount of data users and design. If you have a large amount of data to deal [...]]]></description>
			<content:encoded><![CDATA[<p>Excel is very powerful, is not it? But sometimes you will find that if exce document contains so much data excel will become very slow, it is because for those who excel not need to deal with a large amount of data users and design. If you have a large amount of data to deal with, and the need of many other Excel function of the formula could not be completed, I suggest that you use a database, for example, Access. Access is a desktop database software, although it is not professional, but I think to some extent it meet your request, for example, to deal with those that excel handle more data. And the use of the database language SQL, you can also make some very simple to excel, the more complex tasks, for instance, that you want to excle in a series of all the figures are added another figure in this task in exce more complicated, but the use sql language, you can use a very simple order to complete this task.</p>
<p>Well, you first need to import data from Excel inside out, and this how do Which? Do not worry, you create a document Access, click menu &#8220;document&#8221;, and then click &#8220;access to external data&#8221;, and then inside the dialog box pops up to open the file type changes. xls, and then select you want to open the document excel it.</p>
]]></content:encoded>
			<wfw:commentRss>http://msoffice-tips.com/2008/04/18/edit-excel-data-in-access/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
