Conas aird a tharraingt ar na cealla modhnaithe / nuashonraithe in Excel?
Uaireanta, b’fhéidir gur mhaith leat aird a tharraingt ar na cealla modhnaithe agus tú ag cur bileog / leabhar oibre in eagar chun na hathruithe a leanúint, ach conas is féidir leat é a láimhseáil in Excel?
Aibhsigh na cealla modhnaithe le Track Changes
Aibhsigh na cealla modhnaithe le cód VBA
Aibhsigh na cealla modhnaithe i dtáblaí le Táblaí Cumaisc
Aibhsigh na cealla modhnaithe le Track Changes
In Excel, is féidir leis an bhfeidhm Athruithe Rian a aibhsiú na hathruithe.
1. Sábháil an leabhar oibre sula ndéanann tú an Track Changes gné, agus ansin cliceáil Review > Track Changes > Highlight Changes.
2. Sa Highlight Changes dialóg, seiceáil an dá rud Track changes while editing. This also shares your workbook agus Highlight changes on screen roghanna. Chomh maith leis sin, is féidir leat teorannú ama, úsáideoirí agus raon a shonrú agus athrú á rianú.
3. cliceáil OK. Anois an Microsoft Excel tagann bosca dialóige amach agus meabhraíonn sé duit an leabhar oibre a shábháil.
4. cliceáil OK. Anois cuirfear béim ar mhodhnú nua le huillinn.
![]() |
![]() |
![]() |
Leid: oibríonn an fheidhm seo don leabhar oibre iomlán.
Aibhsigh na cealla modhnaithe le cód VBA
Má theastaíonn cód VBA uait chun an post a láimhseáil, is féidir leat é seo a leanas a dhéanamh:
1. Brúigh Alt + F11 eochracha chun an Microsoft Visual Basic for Applications fhuinneog.
2. cliceáil Insert > Module, agus ansin cliceáil faoi dhó ag ThisWorkbook in VBAProject pána agus greamaigh thíos an cód leis an script.
VBA address Seoladh cille a chóipeáil agus a ghreamú
'UpdatebyExtendoffice20180307
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Target.Value <> "" Then
Target.Interior.ColorIndex = 6
End If
End Sub

3. Save the code and go back to the workbook, while you modified the sheet, the cells will be highlighted with a background color.

Note: If you just want to apply the highlight in current sheet, just right click at the sheet tab and click View Code in the context menu, then paste below code to the script.

Private Sub WorkSheet_Change(ByVal Target As Range)
'UpdatebyExtendoffice20180307
If Target.Value <> "" Then
Target.Interior.ColorIndex = 6
End If
End Sub
Highlight the modified cells in tables with Tables Merge
If you want to update a main table based on another one, and then highlight the modified/new data in the main table, you can try Kutools for Excel’s Tables Merge feature.
Kutools for Excel, with more than 300 handy functions, makes your jobs more easier.
After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)
1. Select the main table which needs to be modified or updated by other table, and click Kutools Plus > Tables Merge.

2. Select the table range you want to update the main table based on in Tables Merge wizard.

3. Click Next, and select the key column you want to compare two tables based on.

4. Click Next, select the columns you want to update.

5. Click Next, in the Highlight options section, select the background color and font color you want to use for the modified cells.

6. Click Finish and Yes close dialogs. Now the modified cells have been highlighted.

The Best Office Productivity Tools
Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%
- Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
- Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
- Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
- Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
- Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
- Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
- Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
- Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
- More than 300 powerful features. Supports Office / Excel 2007-2021 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Sort comments by
#29034
This comment was minimized by the moderator on the site
0
0
#36165
This comment was minimized by the moderator on the site
0
0
#36215
This comment was minimized by the moderator on the site
Report
0
0
#37033
This comment was minimized by the moderator on the site
0
0
There are no comments posted here yet