if a1 value changed then date in b1

  • Thread starter Thread starter DKY
  • Start date Start date
D

DKY

I know you can do this with a worksheet function
http://tinyurl.com/97xj9
but I'm using it to track when data was input by users and its
difficult to tell them to click the "enable macros" button every time
when I can hardley explain to them how to use excel to input data. So,
to make this easier for everyone but me isn't there some way I can just
do
"if a1's data has changed then put the date in b1" Thanks in advance
for any responses.
 
The first example in the URI you reference works automatically when
placed in a worksheet code module.
 
What exactly does the VBA part do? Keep continuous track of A1? Can
put VBA in a cell as a function
 
Yes but he doesn't want his users to have to enable macros, so a no-code
solution.
 
Ah, I didn't get that from "I know you can do this with a worksheet
function" with a URI then pointing to two VBA solutions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top