anonymous
2012-03-04 04:38:07 UTC
Sub Timenow()
'
' Timenow Macro
' Keyboard Shortcut: Ctrl+b
ActiveCell.FormulaR1C1 = "=NOW()"
Selection.NumberFormat = "h:mm"
Range("F5").Select
End Sub
Can someone tell me how to restrict the macro to change the value of current cell only?