ErinJ
New Member
- Joined
- May 27, 2011
- Messages
- 26
I am creating a spreadsheet that I need to represent every calendar day of the year.
Example
when A2 is selected it will show an input message of 1/1/2011
when B2 is selected it will show an input message of 1/2/2011
When C2 is selected it will show an input message of 1/3/2011
and so on and so on for the entire year.
I like the way data validation input message looks but instead of going to each cell opening data validation clicking input message and typing in each date, I would like to use a formula or VBA to change the input message.
In my mind I would have A1 through 365 columns reflect the correct date by entering the correct starting date in A:1 then extend and fill accordingly.
Then hide row 1 from being seen.
Then A2 through 365 columns as selected will show the input message but would still allow me to enter data in each cell.
How would you do this? (effectively I am creating a gantt chart to schedule jobs)
Thanks - Erin
Example
when A2 is selected it will show an input message of 1/1/2011
when B2 is selected it will show an input message of 1/2/2011
When C2 is selected it will show an input message of 1/3/2011
and so on and so on for the entire year.
I like the way data validation input message looks but instead of going to each cell opening data validation clicking input message and typing in each date, I would like to use a formula or VBA to change the input message.
In my mind I would have A1 through 365 columns reflect the correct date by entering the correct starting date in A:1 then extend and fill accordingly.
Then hide row 1 from being seen.
Then A2 through 365 columns as selected will show the input message but would still allow me to enter data in each cell.
How would you do this? (effectively I am creating a gantt chart to schedule jobs)
Thanks - Erin