View Single Post
  #1   Report Post  
kima kima is offline
Junior Member
 
Posts: 9
Default Get text from last and first cell in a column

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 column A


Thank in Advance!

Kim