Hi,
Please can someone advise how I correct the following code, so that it will allow me to use a front end formula in VBA.
Code as follows:
Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean)
ActiveCell = today()
End Sub
Thanks
Matt
Please can someone advise how I correct the following code, so that it will allow me to use a front end formula in VBA.
Code as follows:
Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean)
ActiveCell = today()
End Sub
Thanks
Matt