Expression Question

C

cc@DMA

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?
 
M

[MVP] S.Clark

Alt + F11 opens the VBA editor. Any clue what recursion programming is?

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