I have an excel workbook, each row is a record, I want column A to be updated with the current date whenever anybody changes anything or adds antything into any other cell in that same row.
Have you pasted it into the WORKSHEET module or a standard module
ie did you right click on the sheet tab and choose "View Code" or did you go to the VBE and insert a module (or add it to an existing module)
Rgds, Geoff [blue]Experience is something you don't get until just after you need it[/blue]
We want to help [red]you[/red] Help us by reading this FAQ 1st faq222-2244
Another thing to try - run this from a standard module
sub Enabler()
application.enableevents = true
end sub
Rgds, Geoff [blue]Experience is something you don't get until just after you need it[/blue]
We want to help [red]you[/red] Help us by reading this FAQ 1st faq222-2244
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.