我想以只取出使用的行的方式读取 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?