I move =Now()-15 into a cell. Copy the cell and special paste/paste value back into the same cell. This gives me the date of 15 days ago and also "Hardcodes" it so I don't have the formula anymore. I then format it to "mmm-yy" to reflect, Dec-02.
So, activecell.value = '12/01/2002 3:49:19pm'
activecell format = "mmm-yy"
Displays in a cell as 'Dec-02'
Problem:
How can I move what is actually displayed into a variable?
Not the activecell.value: '12/01/2002 3:49:19pm'...
Please let me know if this is not clear.
So, activecell.value = '12/01/2002 3:49:19pm'
activecell format = "mmm-yy"
Displays in a cell as 'Dec-02'
Problem:
How can I move what is actually displayed into a variable?
Not the activecell.value: '12/01/2002 3:49:19pm'...
Please let me know if this is not clear.