Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
抽出した値をcsvファイルに保存するときに、各列の最初の行にヘッダーなどを追加して、値が何を参照しているかを簡単に知ることはできますか?
ありがとう!
メイン マクロで抽出を開始する前に、別のマクロでファイルを準備します。
macro1 = "CODE:"; macro1 += "SET !EXTRACT First<SP>Header,<SP>Second<SP>Header" + "\n"; macro1 += "SAVEAS TYPE=EXTRACT FOLDER=U:\imacros FILE=test.csv" + "\n"; ret = iimPlay(macro1);