Thread: date
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default date

You remember the original datetime in a Date variable.

HTH. Best wishes Harald

"srroduin" skrev i melding
...
I'm sure there is a quick and easy solution for this.

I have a date/time value that the user types into an input box as

SASStart.
This value goes into cell N6. I have a loop set up that continues to add

1
day to this value until it gets to the end.

How do I get SASStart to reset to the original date/time for all of the
following code?

Thanks