當前位置:成語大全網 - 書法字典 - 用VBA將excel轉換成文本格式的問題

用VBA將excel轉換成文本格式的問題

str = str & amp";"& amp細胞(n,I)& amp;“,“& ampTrim(單元格(n,I)。offset(0,1))

將這句話改為

str = str & amp";"& amp細胞(n,I)& amp;“,“& ampTrim(單元格(n,I)。offset(0,1)& amp;細胞(n,2)

str = Cells(n,1)& amp;";開始排序;”& amp“(“& amp細胞(n,2)& amp;“)“& ampstr & amp";排序結束了。”

更改為:

str = Cells(n,1)& amp;";開始排序;”& ampstr & amp";排序結束了。”