Thank you
I have had a look at all three suggestions. unfortunately VBA is a little
too advanced for me.
column a I would like to have current date and time when I open workbook and
then when I enter information in columns b c,d,e, etc then I would like
current date and time to come into next row in column a when I need to select
an item from a drop down box in column b. Is this possible for a new user or
is it a more advanced formula that needs vba
> To include both date and time in the same cell enter the shortcut
> for the date then a space and then the shortcut for the time, and
[quoted text clipped - 20 lines]
> > > I do not want it to change after a minute, I want it to stay as it was
> > > first entered. Is this possible.
David McRitchie - 25 Mar 2007 00:22 GMT
You have the code it is VBA, and everybody has to start sometime
http://www.mvps.org/dmcritchie/excel/event.htm#timestamp
and the directions to install it arfe on the same page which is
rightclick on the worksheet tab, view code, paste code in...
so it shouldn't make any difference how simple or complicated
it is because you have the code and the means to use it.
If you are now trying to add drop down menus in column B
into the mix you would have to look at
http://www.contextures.com/tiptech.html
but you should concentrate on one problem at a time.
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> Thank you
> I have had a look at all three suggestions. unfortunately VBA is a little
[quoted text clipped - 29 lines]
> > > > I do not want it to change after a minute, I want it to stay as it was
> > > > first entered. Is this possible.