filter_excel _20180606.xaml (10.3 KB)
excelのsheet1のヘッダーにflagという項目があります。
flagにAという値があれば、sheet2に値を貼り付けたいと思います。
しかし、変数の型が異なりエラーとなります。
エラー内容:
For each : Unable to cast object of type ‘System.Data.DataRow’ to type ‘System.String’.
ご教示いただければと思います。
There is an item called flag in the header of sheet 1 of excel.
If flag has a value of “A”, I would like to paste a value on sheet 2.
However, the type of the variable is different and an error occurs.
error contents:
For each: Unable to cast object of type ‘System.Data.DataRow’ to type ‘System.String’.
I hope to teach you.
master3.xlsx (12.3 KB)