excel vba - Inserting a new horizontal series on graph for threshold levels -
we have date , time range (at interval of 15 minutes, 2017-07-26 00:00
, 2017-07-26 00:15
) updated daily automatically.
i want use macro macro selects last cell position value of column , can used cell position.
dim lastcell lastcell = last cell position activechart.fullseriescollection(4).values = "=thresholds!$b$2:lastcell"
Comments
Post a Comment