Value is the default property for a Range object.
Sub def() Worksheets("Sheet1").range("A1").value = 75 Worksheets("Sheet1").range("A1") = 75 End Sub