本文介绍了从表格中插入数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 嗨。 我需要在我的表格中插入som数据。 我的表格看起来像这样。 Y X 0 0 0,026 0,037 0,003 0,038 0,005 0,064 0,067 0,074 0,008 0,077 0,01 0,09 0,093 但是我需要一种聪明的方法来插入Y中的emty位置。 i确实在vba中生成som代码,但是大约需要3分钟1100 记录集,它的速度很慢,因为即时通讯要求som提供一些帮助 代码。 希望somone可以提供帮助:( 谢谢 Hi. I need to interpolate som data i have in my tabel.my tabel looks like this.YX000,0260,0370,0030,0380,0050,0640,0670,0740,0080,0770,010,090,093 but i need a smart way to interpolate the emty places in Y.i did make som code in vba, but it takes about 3 min for 1100recordset, and its to slow, there for im asking for some help with somcodes .hope somone can help :(thanks 推荐答案 这篇关于从表格中插入数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-14 17:37