View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
C. Bailey C. Bailey is offline
external usenet poster
 
Posts: 11
Default Vertical Line in an XY Chart at Today's Date

Is there an easy way to create a vertical line in an XY chart at today's
date assuming the 'X - axis' is populated with dates? Or any other way to
easily distinguish the history from the future? It would be neat if I could
change the background color to the left and right of the now() date.

I can create the vertical line using worksheet function and by adding
another series. It's just messy in my particular spreadsheet because of
other VBA code.

Thank you,
Chris