每当我添加其他数据时,为什么我的excel 2013自动更新图表?

时间:2017-09-27 05:15:03

标签: excel excel-vba charts vba

我还是VBA的新手,因此我对VBA知之甚少。关于这个问题,我已经在网上搜索过,并在Stack Overflow上尝试了大部分给定的解决方案但仍然无法使其正常工作。工作的唯一方法是每天手动完成,我希望不要这样做。我每天都会在工作表中添加数据,为我生成一个比较图表。我尝试过使用各种方法:   - chart.refresh   - 做活动   - refreshall

可悲的是,他们都没有为我的工作簿工作。除此之外,我有2个图表需要在工作表中更新,我有3个工作表。所以我将一次更新6个图表。有没有办法让它无需手动操作?

The highlighted area in the first picture is for the chart on the left

The highlighted area in the second picture is for the chart on the right

这是我现在正在处理的代码,更新图表已经是最后一部分了。

public Employee(int empId, String empName, String empDept, String address, int pinCode){

//Costructor Body eg. this.empId = empId etc. 

}

0 个答案:

没有答案