K
kima
I have a timespan in column A:
05:54:04 2012/11/06
06:00:07 2012/11/06
...
06:23:14 2012/11/06
There are about 3000 mesurements.
Would like to make a header text with first and last cell texts:
05:54:04 2012/11/06 - 06:23:14 2012/11/06
Using a macro:
.Chart.HasTitle = True
.Chart.ChartTitle.Text = first text in column A "-" last text in colum
A
Thank in Advance!
Ki
05:54:04 2012/11/06
06:00:07 2012/11/06
...
06:23:14 2012/11/06
There are about 3000 mesurements.
Would like to make a header text with first and last cell texts:
05:54:04 2012/11/06 - 06:23:14 2012/11/06
Using a macro:
.Chart.HasTitle = True
.Chart.ChartTitle.Text = first text in column A "-" last text in colum
A
Thank in Advance!
Ki