Can anyone see where this simple as macro went wrong?

Sub Macro1()

ActiveWorkbook.Range(.Cells(12, (2 * 3)), .Cells(14, (2 * 3))).Activate
End Sub