View Single Post
  #3   Report Post  
Jon Peltier
 
Posts: n/a
Default

Frank -

An easier approach that doesn't require a macro.

In a cell somewhere, enter a formula like this:

="Sales for "&TEXT(NOW(),"mmm dd"

Then select the chart title, press the equals key, then click on the cell. The
formula bar will show a formula like

=Sheet1!$A$1

Press Enter, and the title is linked to the formula in the cell.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

FJ Shepley & JM Pfohl wrote:

ex..... Sales for May 14


How do I put a the current date in the title of the chart above so it comes
up automatically?
I'm thinking something like ..=now() but not sure how put in the title.

Then how do I change the =now() (or whatever is used) to the date it is
saved?

Thanks,
Frank.