Expression Question

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

Guest

I'm trying to write an expression that will convert a number into
year/month/day format based on 365 day year, and 30 day months. For example
366 should read:
"1 year, 0 months, 1 day". I've been told I have to hard-code this. How do I
get into the code behind an expression?
 
Alt + F11 opens the VBA editor. Any clue what recursion programming is?

In order to understand recursion, you must first understand recursion. :)
 
Back
Top