Monday, April 25, 2011

Weak current College】 【solve Word table paste dislocation problem.

<br> <br> Word processing personal resume form, you often want to encounter a certain row of the table into another table. Looks very simple question, but will often unexpected results, Äî even if the two tables is identical to the number of .columns, paste the results often "dislocation" and paste into the line always does and its adjacent rows aligned. <br> <br> 1. plan ahead, prior preparation <br> To resolve this problem, the first approach is to improve the .row into the target table. First display all formatting marks. Select the menu "Tools, Üí Options", select "view" tab, select the "format tags" below the "all". When finished click the "OK". In the .target table of an empty row is added at the end, be careful not to enter in this row. In the source table, select the rows you want to copy the cells, but do not select the row at the end of the closing tag. .Then copy the contents of the selected after pasting in the target table, when necessary, Word automatically inserts the new row, the newly inserted row is always fully with existing rows. <br> <br> But this approach is not applicable at all times ., Äî if we want to paste the contents into the incoming destination table in another location (not final), the target table in the original content may be overwritten unless before pasting, we first of all in the target table insert enough blank lines, but .that seems to have too much trouble. <br> <br> 2. it is never too late to remedy <br> We look at the wrong form of remedial measures. First of all, we can use a Word table "Auto adjust" .function. <br> Select the entire curriculum vitae of misalignment, select the menu "table, Üí automatic adjustment, Üí automatically fit the contents table". Everyone for some complex tables, particularly the presence of a nested table, this approach is not necessarily .effective. You can use the "table, Üí text, Üí table" conversion method. Select the entire table, will misplace the entire table to text. Select the menu "table, Üí transform, Üí convert table to text", a dialog box .appears. Choose a table does not appear in the character as a separator, click on "OK". Then convert text to table, select the menu "table, Üí transform, Üí convert text to table", a conversion dialog box, select the .delimiter used earlier, and then click OK. <br> <br> 3. big profit, click mouse <br> If you often have to deal with wrong form, the most convenient way is to create a simple macro. Find by macro AutoFitAllTables .Word document all of the table, for each table, call its individual columns AutoFit method, Äî automatically adjust its width, the ultimate effect is to align all of the rows and columns. <br> SubAutoFitAllTables () <br> DimoTblAsTable <br> .ForEachoTblInActiveDocument.Tables <br> oTbl.C <br> olumns.AutoFit <br> NextoTbl <br> EndSub <br> Open the Word macro VisualBasic Editor, enter the above macro, and save. Select the Word menu "Tools, Üí Customizing .", go to" commands "tab, drag the macro AutoFitAllTables Word appropriate location on the toolbar, Word automatically adds the button to AutoFitAllTables naming. Right-click the button, the button named" align all columns ", and finally close the figure four .custom dialog box. Then, simply click on the "align all columns" button, Word automatically align all the wrong form, very convenient! <br> <br> <br> <br> <br> <br> <br>.

No comments:

Post a Comment