|
zjdh 发表于 2016-7-1 15:19 
你看看这个是否适合你
http://club.excelhome.net/thread-697964-1-1.html
老师,我有个问题希望您能帮忙解决一下,不是这个主题,我新开了个主题帖子,希望您能前来指导一下。
http://www.excelpx.com/thread-423034-1-1.html
我想把4列的时间数据赋值给变量tim,不会弄了。
tim = Format(arr(k, i_time1), "hh:mm") & Format(arr(k, i_time2), "hh:mm") & Format(arr(k, i_time3), "hh:mm") & Format(arr(k, i_time4), "hh:mm")
我这样做,提示我错误,类型不匹配。
|
|