Can anyone help me on this syntax
i would like to read specific sheets from “For Each Excel Sheet” - CurrentSheet
i have aprox.5 worksheet but only want to read 3 of them.
I input assign but the error message say "WorksheetQuickHandle error BC30456 is not a member of string().
thanks
Thank Yoichi,
so there is no syntax that could just convert quickhandle to array?
just like the For Each Row using CurrentRow.ToDataTable.Rows kinda syntax…
Thanks
Sorry for the confusion.
if i do not want to use the IF activity and just want to assign to array directly, is there a conversion syntax?
CurrentSheet = ?
the syntax for the latter not working
both i assign to String Array
Error: BC30332. Value of type “WorksheetQuickHandle()” cannot be converted to String() because WorksheetQuickHandle is not derived from String.
there is another error after assigning worksheetquickhandle in array when i uses it in for each excel row.
my final intention is to assign each row to a config file key value assign.