我想读取一个 Excel 文件, 只需删除只用过的行, 也就是说, 如果 Excel 文件最初包含47 行, 但只填满了 10 行, 那么必须读取 10 行数据( 读取时不要像 A2C7 那样提及, 默认时需要这样做) 。 在 VB 6. 0 中, 是否有可能实现 。 请帮我解决这个问题 。
Used Range Property has worked for me,but now i found another problem While using this method ,if i add a value in a row after the last used row and remove the value at once and saves the file , it is showing the wrong usedRange value (i.e) it is showing the address of the row where i added and removed the value at once.how to handle this?