Read Columnで”条件が定義されていません”のようなメッセージが出て、先に進みません。
以下画像のように設定しているように見えるのですが、何が原因でしょうか?
Please move “Read Column” activity to the Excel Application Scope and then it will work.
All the excel related activities has to be inside Excel Application Scope.
Regards,
Karthik Byggari
1 Like
おそらく、そのRead Columnアクティビティは
ワークブック>列を読み込み
だと思いますが、もうひとつの
Excel>列を読み込み
のアクティビティを使用して、Doシーケンスの中にいれてみてください!
Do While文には、繰り返しを抜けるための条件が必要です。
その条件が指定されていないので、エラーとなります。
ReadColumnで、とあるセルだけを読み込むのでしたら、Doは必要ありません。
もし、D列全てを読み込みたいのでしたら、「列を読み込み」あるいは「範囲を読み込み」アクティビティを使って、更に繰り返しを抜ける条件を指定してください。
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.