Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
Ron,
Thanks for the info! "Ron de Bruin" wrote: Hi Jazz You can do this for example in the workbook open event (user must enabled macro's) to insert the date in a cell every time you open it on a new line in "Sheet2" Private Sub Workbook_Open() Dim lr As Long With Sheets("sheet2") lr = .Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Row .Cells(lr, "A").Value = Date .Cells(lr, "B").Value = Environ$("username") End With End Sub See also http://www.cpearson.com/excel/events.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Jazz Drummer" wrote in message ... I want to have the pointer in the next new cell each time I open the workbook. is there a way to do this? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can excel open at the same cell where it was saved? | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
up to 7 functions? | Excel Worksheet Functions | |||
Syntax for inferred cell references | Excel Worksheet Functions | |||
Moving cursor to next open cell | New Users to Excel |