Smid denne kode ind i koden for "Ark 1" og gem din workbook som "Macro Enabled Workbook":
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Worksheet.Range("B13").Value <> "" Then With ActiveWorkbook.Sheets("Sheet5").Tab 'Change sheet name to suit needs .Color = 255 'Red .TintAndShade = 0 End With Else With ActiveWorkbook.Sheets("Sheet5").Tab 'Change sheet name to suit needs .Color = xlAutomatic .TintAndShade = 0 End With End If End Sub
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.