Skip to content

Commit

Permalink
Merge pull request #9 from hell-racer/patch-1
Browse files Browse the repository at this point in the history
Fix for #8
  • Loading branch information
govert authored May 28, 2018
2 parents f5a9e7a + b911e33 commit 285a33c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ribbon/DataWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static void WriteData()
Range dataRange= ws.Range["A1:B101"];
dataRange.Select();
ws.Shapes.AddChart(XlChartType.xlLineMarkers).Select();
xlApp.ActiveChart.SetSourceData(Source: dataRange);
}
}
}

0 comments on commit 285a33c

Please sign in to comment.