使用VBA创建时间戳图表

时间:2017-04-10 09:24:35

标签: vba time

我是VBA的新手,我有一个小问题,我必须为日志数据创建一个图表,这看起来很棘手。例如:

 Date and time            X   A    B    C    D  
2017-03-23_11-48-32.8   1000 500 26400 26400 80
2017-03-23_11-48-32.8   1000 400 26400 26400 75
2017-03-23_11-48-32.8   1000 700 26400 26400 70
2017-03-23_11-48-32.8   1000 800 26400 26400 72
2017-03-23_11-48-32.8   1000 900 26400 26400 68
2017-03-23_11-48-32.8   1000 300 26400 26400 55

此处时间必须在X轴上,而其他数据在X轴上为X,A,B,C,D。

主要问题是如何将时间与日期和时间列分开,以及如何创建相应的图表

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

我会使用val router: ActorRef = context.actorOf(FromConfig.props(SQSPoller.props), "router1") 功能转换为时间,假设您的日期和时间为'存储为Format以下是如何从日期时间中提取时间的示例:

date

要制作图表,我会使用宏录制器,这里有一个问题:

How do I create a stacked column chart purely through programming with excel vba?