VBA将TXT文件数据提取到EXCEL表中

2025-03-10 15:19:51
推荐回答(1个)
回答1:

i=0改为i=1
if i<>0 then改为
if i=1 then
cells(i,1)=data
else