Expression Question

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?
 
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. :)
 

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

Top