R
R.VENKATARAMAN
if I have a code statement
ActiveWorkbook.Charts.Add before:=Worksheets(Worksheets.Count)
a chart sheet is added as the penultimate sheet.
even if I replace the term <before> by <after>, the chart is added only as
the penultmate sheet and NOT as the last sheet.
why?
ActiveWorkbook.Charts.Add before:=Worksheets(Worksheets.Count)
a chart sheet is added as the penultimate sheet.
even if I replace the term <before> by <after>, the chart is added only as
the penultmate sheet and NOT as the last sheet.
why?