Gruppe
Matrix
Problem
Der Einsatz von Matrixfunktionen wird in 26 Tabellenblättern demonstriert.
ClassModule: Tabelle1
Private Sub Worksheet_Calculate()
With Range("B1")
If .HasFormula Then
.Value = .Value
End If
End With
End Sub