Creating a "one time only" calculation field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a form (using Excel) - and in that form I need a date field
to populate. The problem is I need that to happen the first time only. So,
"ctrl ;"
puts a date in a field, and if there is a way to create an embedded process
that causes that to happen the first time the form is opened, would help me
get done what I need to happen. Anyone have suggestions?
 
All of the date functions such as Today() and Now() are volatile meaning that
they will automatically update themselves. Other than Ctrl ; or using VBA to
create a UDF that you can use in your sheet there is not much you can do...
 
Jim,

Appreciate the suggestion and I was hoping for some tool within Excel that
would permit this. Thanks and I will respond with what I end up doing to
address this.

Thanks again!
 

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