I don't know how to make a macro that
When either I open the workbook, or press "D3" it inserts today's date into "C3"
Could anyone help me out
for on open
use
editCode:Private Sub Workbook_Open() Dim LDate As String LDate = Date Sheets("Sheet1").Range("a1") = LDate End Sub
i just thought what a pointless excercise just put
=today() in a1 !!!!!!!!!
Last edited by martindwilson; 06-30-2009 at 08:51 PM.
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks